Dear, I have to set a multiple linear regression with continuous and categorical variables. SAS uses the highest value of a categorical variable as the reference level. How can I change the reference level of a categorical variable? Can I use CLASS statement with the REF OPTION (REF=FIRST) in the PROC REG or PROC GLM? Thanks
... View more