coxExp | R Documentation |
Transform the unit of coefficients to "HR"
coxExp(cox.coef, dec)
cox.coef |
cox model coefficients |
dec |
Decimal point |
DETAILS
The transforemed coefficients(95
library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung)
jstable:::coxExp(jstable:::coxmeTable(fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.