Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

What are model selection methods are applicable in this setting?

Is it possible to calculate AIC or BIC with SAS's surveyreg output?

share|improve this question

1 Answer

up vote 1 down vote accepted

Probably not, but you can refer two SAS macro programs:

A SASĀ® MACRO FOR PERFORMING BACKWARD SELECTION IN PROC SURVEYREG SASĀ® Model Selection Macros for Complex Survey Data Using PROC SURVEYLOGISTIC/SURVEYREG

Hope it helpful.

share|improve this answer
Thanks! in fact I had written SAS macros to do forward and backward selection as well. I'd like to be able to prevent over-fitting in the model building process. Is the inability to compute AIC/BIC quantities due to the nature of complex survey analysis, or is this due simply to yet-to-be-developed theory? – Ming-Chih Kao Nov 4 '11 at 20:20
1  
According to my pretty blur memory, Mplus may have AIC and BIC for some models based on survey data. You can take a look at its website: statmodel.com There is a discussion forum on the website. You can post this question, and Dr. Muthen (the developer) will answer you. Good luck! – cchien Nov 9 '11 at 18:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.