Hi,
I want to look at the goodness of fit statistics (AIC, BIC etc.) for a linear regression model I have built with Proc Model. I could not use Proc Reg for this model as I had certain constraints (like weight of variable_1 > 20%) that proc reg can not handle. So I am looking to get the fit statistics using Proc Model now. Thanks for helping out.
A
Thanks for your reply. To my knowledge Proc GLM does not allow functionality for adding constraints so it does not solve my problem.
My model framework is:
Model: y = var1 var2 var3
Constraints:
I can use the Restrict statement in Proc Model to fit models using these constraints, however, this procedure does not output the AIC, BIC and other fit statistics. Proc Reg also does not have the functionality of fitting non-linear or inequality constraints.
So is there any other procedure I can use to fit a model and get the goodness of fit statistics if its not available with Proc model.
Thanks.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.