BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ChuksManuel
Pyrite | Level 9

Hello programmers,

 

I am very familiar with using the SELECTION= option in sas in order to perform forward, backward or stepwise model selection.

However, is anyone aware if i can do this in proc survey logistic? If so, any referral to SAS documentation and syntax will be helpful.

This document did not address model selection in proc survey logistic....and i could not find any yet.

https://support.sas.com/documentation/onlinedoc/stat/131/surveylogistic.pdf

Thanks

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
From the latest documentation model selection does not appear to be a feature included:
https://documentation.sas.com/?docsetId=statug&docsetTarget=statug_surveylogistic_syntax12.htm&docse...

My suggestion was going to be use surveyreg and do the logistic regression the 'manual' way but it appears that it's not in that proc either 😞

View solution in original post

3 REPLIES 3
Reeza
Super User
What version of SAS/STAT do you have? You're referencing 13.1 there which is older.
You can check by running the following:

proc product_status;run;
Reeza
Super User
From the latest documentation model selection does not appear to be a feature included:
https://documentation.sas.com/?docsetId=statug&docsetTarget=statug_surveylogistic_syntax12.htm&docse...

My suggestion was going to be use surveyreg and do the logistic regression the 'manual' way but it appears that it's not in that proc either 😞
ChuksManuel
Pyrite | Level 9
Thank you for the feedback

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 1399 views
  • 0 likes
  • 2 in conversation