get_cox_estimates | R Documentation |
Retrieves inference statistic for a Cox proportional hazard
model. A wrapper around summary.coxph
.
get_cox_estimates(cox_model, trans_function = identity, ...)
cox_model |
a CoxpPH model or a coxex object. |
trans_function |
function used for transformation of the estimates and confidence intervals, identity() by default. |
... |
extra arguments, currently none. |
a data frame with the model estimates, confidence intervals and p values.
Therneau, T. M. & Grambsch, P. M. Modeling Survival Data: Extending the Cox Model. (Springer Verlag, 2000).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.