broom_methods_cureit | R Documentation |
Broom methods for cureit objects
## S3 method for class 'cureit'
tidy(x, exponentiate = FALSE, conf.int = FALSE, conf.level = 0.95, ...)
x |
An smcure object created by smcure::smcure() |
exponentiate |
Logical indicating whether or not to exponentiate the
coefficient estimates. Defaults to |
conf.int |
A Logical indicating whether or not to include a confidence interval in the tidied output. Defaults to FALSE. |
conf.level |
Level of the confidence interval. Default matches that in
|
... |
Additional arguments passed to other methods. |
a tibble
Other cureit() functions:
Brier_inference_bootstrap()
,
cureit()
,
nomogram()
,
predict.cureit()
cureit <- cureit(surv_formula = Surv(ttdeath, death) ~ marker, cure_formula = ~marker,
data = trial)
tidy(cureit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.