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.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Implement FDR into parameter selection for StepWise Fit

What inspired this wish list request? 

StepWise Fit incorporates statistically invalid correlations into the model fit when there are a large number of parameters which are fit. JMP Stepwise criteria is only looking at Sum of Squares along with the F Ratio to produce what stays in the model.  Then only when you Make and Run the final Stepwise Model do you get the Fit Group Effect Summary that gives you the option to get FDR Logworth and FDR PValues. An FDR alpha should be the default input for StepWise rather than the current inputs. 

 

We had to research why JMP is failing to select the correct criteria for incorporating parameters into the fit.

Project Euclid (https://projecteuclid.orgtalking)  talks about incorporating FDR in Stepwise and we implemented into Python since JMP could not perform this properly. 

 

 

What is the improvement you would like to see? 

 

 

Why is this idea important?