Using a Cox multivariate proportional hazard model in SAS, how does one get the p values for the revision risk (not the p values for the coefficients)? Below are fake data:
* Calculate p value for hazard ratio; %macro hazard_p; est=log(hazardratio); l=log(HRLowerCL); u=log(HRUpperCL); SE=(u-l)/(2*1.96); z=abs(est/SE); p=exp(-.717*z-.416*z**2); drop est--z; %mend hazard_p;
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.