BookmarkSubscribeRSS Feed
Liamb
Obsidian | Level 7

Hello,

I used the following code to estimate the difference between the case and the control in matched data, but I would like to have the exponential of the difference and its 95% confidence interval? Is there an option in genmod or gee that would allow me to do this?
Then I also need to estimate the exponential of the difference and its confidence interval adjusted for other variables.

 

proc genmod data=tab;
class paired group;
model cci=group/ dist=negbin link=log type3 cl ;
repeated subject=paired/ type=ind;
lsmeans group/ diff exp;
run;

Thanks

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

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
  • 0 replies
  • 31 views
  • 0 likes
  • 1 in conversation