View source: R/gtsummary_methods.R
tbl_regression.cureit | R Documentation |
This function is an S3 methods for working with cureit()
model
results.
tbl_regression.cureit()
: This function sets the cureit tidier for cureit()
models.
## S3 method for class 'cureit'
tbl_regression(x, tidy_fun = cureit::tidy, ...)
x |
( |
tidy_fun |
( |
... |
\Sexpr[results=rd, stage=render]{lifecycle::badge("experimental")} Additional arguments passed to |
type |
not used |
gtsummary table or data frame of results
cureit(surv_formula = Surv(days, status) ~ ulceration,
cure_formula = ~ ulceration, data = melanoma) |>
gtsummary::tbl_regression() |>
gtsummary::as_gt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.