For linear regression in SAS using proc reg, assuming I have a categorical independent variable coded "0" and "1", what level does sas automatically use as the reference? and Is there a way to specify what level to be used as a reference?
Thank you
The reference level is the one coded number zero, by definition. To change the reference, exchange the codes.
For easier and more sophisticated handling of categorical effects, use a regression procedure that allows the CLASS statement, such as GLM, MIXED or GLIMMIX.
The reference level is the one coded number zero, by definition. To change the reference, exchange the codes.
For easier and more sophisticated handling of categorical effects, use a regression procedure that allows the CLASS statement, such as GLM, MIXED or GLIMMIX.
Thank you so much for your response:)
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!
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.