statistics - How to calculate Log Hazard Ratio in SAS -


  proc freg data = analysis; Class C diabetes / descending; Model Day * Ind (0) = C diabetes ID / RL; ID = C * diabetes; Risk id; Run;  

I am trying to run a simple Cox Regression in SAS. I can not seem to find a way to calculate the log-risk ratio for my variables in the model Risk ratio statement and RL options have a risk ratio with 95% CI, but with 95% CI boundaries Want a log-risk ratio.

Please help

You only log-high ratios by logging the risk ratio Can be obtained, computation is done with the logs and estimates of logs in the last step of the estimate (please see an example here). This is the same for Wald and PL CIS (e.g.

Profile-likely confidence limitations for risk proportions come from the expansion of these confidence limits


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -