cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Plotting Correlations using tall vs wide datasets

I have duplicate measurements that I'd like to plot against each other to check for outliers. My problem is that I have two instances of the same data. So I've labeled one set A & the other B for given metric. In JMP, I can't seem to plot A vs B because they're in the same column. Do I have to label each metric with an A or B to plot them against each other? 
 As an example I attached a simplified dataset. I'd like to make a correlation plot between Set A vs B using a correlation of coverage between the the two. 
 Thanks so much! 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Plotting Correlations using tall vs wide datasets

Split the data table 

     Tables=>Split

Split on Set

Split Columns on Reads and Coverage

Grouping on ID

 

Then you can easily correlate on the 2 columns created for reads and coverage

 

Look at Response Screening to get your correlations in a data table format

     Analyze=>Screening=>Response Screening

txnelson_0-1741729038819.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: Plotting Correlations using tall vs wide datasets

Split the data table 

     Tables=>Split

Split on Set

Split Columns on Reads and Coverage

Grouping on ID

 

Then you can easily correlate on the 2 columns created for reads and coverage

 

Look at Response Screening to get your correlations in a data table format

     Analyze=>Screening=>Response Screening

txnelson_0-1741729038819.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Jim

Recommended Articles