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-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!

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