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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

AIC for self created nonlinear model

Hi,

How can I get AIC values for a self created nonlinear model (by column formula)?

I choose Analyse > Specialized modeling > Nonlinear , I put my formula column as X, the response column as Y, I get convergence. But how can I get AIC values to compare the model with a linear model? Or are there other ways to compare my formula model with a linear one?

Thanks in advance for your help!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: AIC for self created nonlinear model

You can calculate the AICc for the continuous response using this formula:

 

AICc.png

 

Where n = sample size, p = number of model parameters, and SSE for the fitted model. The log() is the natural logarithm function.

View solution in original post

2 REPLIES 2

Re: AIC for self created nonlinear model

You can calculate the AICc for the continuous response using this formula:

 

AICc.png

 

Where n = sample size, p = number of model parameters, and SSE for the fitted model. The log() is the natural logarithm function.

frietje
Level I

Re: AIC for self created nonlinear model

Thanks!

Recommended Articles