BookmarkSubscribeRSS Feed
ChuksManuel
Pyrite | Level 9

Hello guys,

I will be glad to know how i can interpret proc genmod output. Materials online have not helped one bit!

Its a clinical trial data and my model is as below:

proc genmod data = newdata descending;
class ID dose time;
model status=dose time dose*time/dist=bin link=logit;
repeated subject=ID/type=un corrw covb modelse within=time;
run;

ChuksManuel_0-1587692608397.png

Status is my outcome variable and is coded (1 vs 0). How do i interprete dose and the interaction term (dose*time)? Please any imput needed.

 

2 REPLIES 2
SteveDenham
Jade | Level 19

Interpretation of the GEE parameters follows the same general principles outlined by @PaigeMiller in your post "Interpreting proc mixed output" in the Statistical Procedures community.  Note that the reference category for dose and time is the last level and is set to zero for the non-full model GLM parameterization.  interpretation of the Type 3 tests is usually the way to look for main effect and interaction differences, so make sure you have added the Type3 option to your MODEL statement.

 

SteveDenham

ChuksManuel
Pyrite | Level 9
Thanks. It's clear

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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