BookmarkSubscribeRSS Feed
SAS93
Quartz | Level 8

I'm building two race-specific models using complex survey data. As a part of this process, I want to check for collinearity, which I haven't done outside of the classroom, which was a couple years ago.

 

Anyway, when I check for collinearity, I planned to use the regular PROC REG procedure. Do I also include the stratification variable, or since it is being stratified/controlled for anyway, can I exclude it?:

 

Proc REG data=fluvx;
Model flu = rec_shot race2 age edu fpl reg_status bpinsur dpinsur marital_stat   / VIF TOL COLLIN COLLINOINT ;
Run;
3 REPLIES 3
PaigeMiller
Diamond | Level 26

Since it could be that the collinearity between the variables differs by race, I would use PROC REG with a BY RACE; statement.

--
Paige Miller
SAS93
Quartz | Level 8

I hadn't thought of that, but that makes sense! Thank you!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register 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
  • 3 replies
  • 407 views
  • 2 likes
  • 3 in conversation