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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

What does ill-conditioned regression problem alert mean?

I'm  using Fit Model > Standard Least Squares, Effect Screening using Macros > Factor to Degree (2). and get the following alert:

11043_pastedImage_0.png

Any help to understand and resolve would be greatly appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions
ian_jmp
Level X

Re: What does ill-conditioned regression problem alert mean?

The attached (encrypted) script is taken from the book I helped to write: https://www.sas.com/store/books/categories/usage-and-reference/discovering-partial-least-squares-wit... and it shows the effect. As the correlation between X1 and X2 near +1 (or -1), the problem becomes ill-conditioned. So I assume the data you have did not come from a designed experiment, and that you will need to drop some variables if you want to use MLR.

View solution in original post

1 REPLY 1
ian_jmp
Level X

Re: What does ill-conditioned regression problem alert mean?

The attached (encrypted) script is taken from the book I helped to write: https://www.sas.com/store/books/categories/usage-and-reference/discovering-partial-least-squares-wit... and it shows the effect. As the correlation between X1 and X2 near +1 (or -1), the problem becomes ill-conditioned. So I assume the data you have did not come from a designed experiment, and that you will need to drop some variables if you want to use MLR.

Recommended Articles