BookmarkSubscribeRSS Feed
sstoline
Calcite | Level 5

Dear All:

I need some help interpreting the odds ratio in proc surveylogistic for the following two independent variables.

Dependent Variable: Smk_3last ,  Did you smoke at all in last 3 months of pregnancy?   1 = no, 2 = yes

Independent Variable: Drk_3Before   ------ 1= no, 2 = yes

proc surveylogistic data = have;

strata STRATUM1;

weight WTANAL;

class Drk_3Before(param=ref ref = "1");

model Smk_3last (event='1') = Drk_3Before;

run;

Odds Ratio: Drk_3Before 2 vs 1  OR = 1.966

Independent Variable: PREV_LB ------ 1= no, 2 = yes

proc surveylogistic data = have;

strata STRATUM1;

weight WTANAL;

class PREV_LB(param=ref ref = "1");

model Smk_3last (event='1') = PREV_LB;

run;

Odds Ratio: PREV_LB 2 vs 1  OR = 0.563




Thank you very much in advance

Steven

1 REPLY 1
ballardw
Super User

You should include the confidence limits on these as well. If the interval includes the value 1 there is no statistically significant difference and you pretty much stop there. Add /clodds to the model statement after the Prev_lb and Drk_3Before variables.

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 Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 1218 views
  • 0 likes
  • 2 in conversation