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.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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