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

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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