coxExp {jstable} | R Documentation |
coxExp: transform the unit of coefficients in cox model(internal function)
Description
Transform the unit of coefficients to "HR"
Usage
coxExp(cox.coef, dec)
Arguments
cox.coef |
cox model coefficients |
dec |
Decimal point |
Details
DETAILS
Value
The transforemed coefficients(95
Examples
library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung)
jstable:::coxExp(jstable:::coxmeTable(fit))
[Package jstable version 1.3.0 Index]