coxph2cph {base.rms} | R Documentation |
Convert results of cox regression from coxph() in 'survival' package to cph() in 'rms' package.
coxph2cph(fit)
fit |
cox regression results of coxph() |
results of coxph()
library(survival)
fit <- coxph(Surv(mpg,vs)~am+gear+carb,data=mtcars)
coxph2cph(fit)