Description Usage Arguments Value Examples
Printing coefficients for c_glmnet fits
1 | coef_cbenefit(mod, ...)
|
mod |
A model as fitted by model_fit |
... |
Further argumnets passed to tidy() |
A data frame with the estimates and confidence intervals if available
1 2 3 | m1 <- model_fit(Surv(time, status) ~ treat + x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8,
dat_toy, model = "coxph")
coef_cbenefit(m1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.