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
thickey1
Level III

Automatic model selection.

Is there a way to automatically select the best model from a subset of predictors, where a number of predictor variables are available for predicting some outcome. I've used Mallows Cp in mini-tab but cannot seem to locate it in the Fit Model Platform in JMP.

 

E.G.

A =  Dependent Variable 

B,C,D = Independent Variables

 

I want to auto select the best model from these possible combinations. 

A vs B

A vs C

A vs D

A vs BC

A vs BD

A vs CD

A vs BCD

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Automatic model selection.

A quick search of the Statistics Index for Mallow's C(p) shows:

mallows.PNG

It is available in the Stepwise Personality under the Fit Model Platform.

The online help us available @

Stepwise Regression Control Panel 

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Automatic model selection.

A quick search of the Statistics Index for Mallow's C(p) shows:

mallows.PNG

It is available in the Stepwise Personality under the Fit Model Platform.

The online help us available @

Stepwise Regression Control Panel 

Jim
thickey1
Level III

Re: Automatic model selection.

Awesome. Works perfect, thanks for that!

Recommended Articles