BookmarkSubscribeRSS Feed
PoshD
Calcite | Level 5
Hello helpful SAS community,

I have a data set where i have correlated dependent variables. The subjects consist of twins and parents and my outcome variable is a three level ordinal variable so therefore i am opting for a GEE model using a multinomial distribution.

If some one would please correct me if i am wrong whether it is possible to use the following code to test xvar while adjusting for age?

proc genmod data=tspdata ;
model ckdepiegfr = urine_aldosterone age/ dist=multinomial
link=cumlogit
aggregate=urine_aldosterone;

repeated=family_id;
format ckdepiegfr ckdepi. ; run;


Thank you in advance!

PoshD
1 REPLY 1
StatDave
SAS Super FREQ

I don't see any problem with your code.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 2199 views
  • 0 likes
  • 2 in conversation