Hello all,
I am having trouble getting the AIC to print out in PROC REG in SAS. I get no errors and the code seems to run properly. Here is the code: proc reg data=ALLMODELS; model Y = X1 X2 X3 X4 X5 X6 X7 / AIC collinoint vif; run; Any help would be appreciated!! Thanks, -Karen ***************************************************** Karen F. Gaines, Ph.D. Associate Professor and Environmental Biology Program Coordinator Eastern Illinois University Department of Biological Sciences Room 1162 Life Sciences Building 600 Lincoln Ave. Charleston IL, 61920-3099 (o) 217.581.6235; (f) 217.581.7141 e-mail:[email protected] <mailto:[email protected]> Web:http://www.eiu.edu/~biology/personnel/gaines.htm <http://www.eiu.edu/~biology/personnel/gaines.htm> Web:http://www.eiu.edu/~evb <http://www.eiu.edu/~biology/personnel/gaines.htm> *****************************************************
