broom_methods_smcure | R Documentation |
Broom methods for smcure objects
## S3 method for class 'smcure'
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
smcure <- smcure::smcure(Surv(ttdeath, death) ~ marker, cureform = ~marker,
data = trial, model = "ph")
tidy(smcure)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.