BookmarkSubscribeRSS Feed
DRAGS
Calcite | Level 5

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.

2 REPLIES 2
PaigeMiller
Diamond | Level 26

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.

--
Paige Miller
StatDave
SAS Super FREQ

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.

SAS Innovate 2025: Call for Content

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!

Submit your idea!

What is ANOVA?

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.

Discussion stats
  • 2 replies
  • 601 views
  • 3 likes
  • 3 in conversation