I am working with complex survey data for the first time and I want to check for the assumptions of linear regression. I have, however, not found a resource on how to do this considering the weights and strata. Any help on how to do this or any reference someone can help with will be appreciated. Thanks
In SAS the places to start for complex sample regression are Procs SurveyReg, SurveyLogistic and SurveyPhreg. Surveyreg for basic linear regression, Surveylogistic for Logigistic regression and Surveyphreg for proportional hazard regression.
Your SAS documentation should have the documentation including examples.
In SAS the places to start for complex sample regression are Procs SurveyReg, SurveyLogistic and SurveyPhreg. Surveyreg for basic linear regression, Surveylogistic for Logigistic regression and Surveyphreg for proportional hazard regression.
Your SAS documentation should have the documentation including examples.
Thanks Ballardwd,
I did find some information on this
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.