powered by
Transform the unit of coefficients to "HR"
coxExp(cox.coef, dec)
cox model coefficients
Decimal point
The transforemed coefficients(95
DETAILS
# NOT RUN { library(coxme) fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1|inst), lung) jstable:::coxExp(jstable:::coxmeTable(fit)) # }
Run the code above in your browser using DataLab