Any one knows how to export HR and 95%CI for HR to a data table directly please?
I only know how to export beta and variance to a data table of outdataset and then calculate HR and 95% CI for HR. Any shortcut please. Thanks alot. Tulip.
proc phreg data=data covout outest=outdataset;
model status*censor(1)=a b /risklimits;
strata id;
run;
User the ODS output statement for HAZARDRATIOS. It's in the 9.2 documentation.
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.
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.