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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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