cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • 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
jarret
Level I

Grouping in Distribution-CDF plot

In analyze->Distribution is it possible to create a CDF plot for the data being looked at. However, is does not seem possible to using a "grouping" feature to create mutiple trendlines on the same CDF graph, similar to what is possible in Analyze->Fix Y by X.

Does anyone know how do to this? Thanks!
1 ACCEPTED SOLUTION

Accepted Solutions
mpb
mpb
Level VII

Re: Grouping in Distribution-CDF plot

Arrange your data so that the values for all groups are in one column (say, Data) with the group name identifying each row in a second column (Say ID). (If you have a bunch of columns in a table, use Tables>Stack to get the data in this form). Then do Fit Y by X with Data-->Y and ID-->X. From the resulting platform output click on the red triangle for Data and select CDF Plot.

Michael

View solution in original post

2 REPLIES 2
mpb
mpb
Level VII

Re: Grouping in Distribution-CDF plot

Arrange your data so that the values for all groups are in one column (say, Data) with the group name identifying each row in a second column (Say ID). (If you have a bunch of columns in a table, use Tables>Stack to get the data in this form). Then do Fit Y by X with Data-->Y and ID-->X. From the resulting platform output click on the red triangle for Data and select CDF Plot.

Michael
jarret
Level I

Re: Grouping in Distribution-CDF plot

wow, thanks. Right under my nose!

Recommended Articles