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.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1824 views
  • 3 likes
  • 3 in conversation