broom_methods_crr | R Documentation |
Broom methods for tidycrr objects
## S3 method for class 'tidycrr'
tidy(x, exponentiate = FALSE, conf.int = FALSE, conf.level = x$conf.level, ...)
## S3 method for class 'tidycrr'
glance(x, ...)
## S3 method for class 'tidycrr'
augment(x, times = NULL, probs = NULL, newdata = NULL, ...)
x |
a tidycrr object |
exponentiate |
Logical indicating whether or not to exponentiate the
coefficient estimates. Defaults to |
conf.int |
Logical indicating whether or not to include a confidence
interval in the tidied output. Defaults to |
conf.level |
Level of the confidence interval. Default matches that in
|
... |
not used |
times |
Numeric vector of times to obtain risk estimates at |
probs |
Numeric vector of quantiles to obtain estimates at |
newdata |
A |
a tibble
Other crr() functions:
crr()
,
predict.tidycrr()
crr <- crr(Surv(ttdeath, death_cr) ~ age + grade, trial)
tidy(crr)
glance(crr)
augment(crr, times = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.