powered by
Transform the unit of coefficients to "HR"
coxExp(cox.coef, dec)
The transforemed coefficients(95
cox model coefficients
Decimal point
DETAILS
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