I need a procedure other than proc hpreg that I can't run due to an internal system error, that supports categorical independent vars (class) and influence and VIF stats. OLS fine. Thank you for any suggestions.
If you create dummy variable(s) for your class variable, then you can get VIF from PROC REG, or you can just run PROC CORR on the dummy variables and continuous variables to see the correlations between the x-variables.
See this note that provides several ways to will produce the design ("dummy") variables for you. You can use the resulting data set as input to PROC REG.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Lock in the best rate now before the price increases on April 1.
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.