cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
TRR21
Level III

script for creating a table of p values

I have a large table of 40 rows (4 groups of 10 samples) and 10000 columns of values—

1. Is there a way for me to quickly run t-tests/ANOVA comparing particular group against another group, for each of those columns and list the p-values in a table to quickly sort through to understand the ones that are significantly different? 

2. Also, is it possible to set the p-value is such test to correct for multiple correction?

 

Thanks

11 REPLIES 11
taxkourel
Level I

Re: script for creating a table of p values

How do we know if the significantly different values are increased/decreases and how do we know the baseline group?
txnelson
Super User

Re: script for creating a table of p values

The Oneway Platform allows for the display of the group means.  The sample script does not capture that data, but it could have that information included.

Concerning the identification of the Baseline Group.  the assumption is that either the data would contain appropriate labeling, or that the analyzer of the data would know that information.

Jim

Recommended Articles