Hello all!
Could you please help me with the following question:
I need to create the following table (this is example from CDISC😞
Following SAS code presented in the document:
PROC PHREG DATA=ADTTE;
MODEL AVAL*CNSR (1 2 3) = TRTPN AGEGR1N SEXN
/ ALPHA=0.05;
RUN;
I can't find event rate information at the output, could you please help me with it?
Which SAS-code should be used for Event Rate evaluation at day 168 (I higlite it using red color in the table)?
Thanks in advance,
Best Regards,
Andrey
Thank you, Reeza!
Now I realize, that the event rate in the table is the output from PROC LIFETEST with statement "survival" and not from PROC PGREG procedure.
The line with method = "Cox Regression Model" mislead me, now I see the footnote "Based on the Kaplan-Meier estimates".
Andrey
KM doesn't account for covariates.
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!
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.