Hello,
It seems to me you have a redundant variable (or variableS), no?
Using the default METHOD=ML, you probably have to comment out the XLAG= option and reduce the P= option from higher to lower in order to estimate the model error-free. Correct?
You can also try the newer CML estimation method.
The parameter estimates associated with redundant terms generated by the XLAG= option are then set to 0, I believe.
However, you still might need to omit some redundant regressors from the MODEL statement to be able to submit error-free.
Best,
Koen
@sbxkoenk wrote:It seems to me you have a redundant variable (or variableS), no?
Or much less likely, but also a possible cause, a linear combination of some of the x-variables is perfectly correlated with a linear combination of other x-variables. Example: if x1+x2 is always exactly equal to x3–7*x4, the same error message would likely appear.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.