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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

Find the Highest "F ratio" by fit stepwise

Hello there,
I need help with find the highest "F ratio" by fit stepwise. For example I have two groups- {A,B,C} and {1,2,3}
I put the first group ({A,B,C}) in Y and put the second group ({1,2,3}) in "Construct model Effects".
I want JMP will give the best pair between each group based on "F ratio"
for example A-2, B-1, C-3

How can I do it quickly and easily? It give me a lot of tabl

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Find the Highest "F ratio" by fit stepwise

I think the Anayze > Screening > Response Screening tool might be what you are looking for. It allows you to put in many Xs and many Ys, then gives a sortable table and graphs (although the table has PValues rather than F Ratios). Sample data table attached. 

Jed_Campbell_0-1735852211402.png

 

 

View solution in original post

2 REPLIES 2

Re: Find the Highest "F ratio" by fit stepwise

I think the Anayze > Screening > Response Screening tool might be what you are looking for. It allows you to put in many Xs and many Ys, then gives a sortable table and graphs (although the table has PValues rather than F Ratios). Sample data table attached. 

Jed_Campbell_0-1735852211402.png

 

 

Liranlev
Level II

Re: Find the Highest "F ratio" by fit stepwise

Thank you Jed, it is exactly what I looked for!

Recommended Articles