crr | R Documentation |
Competing Risks Regression
## S3 method for class 'formula'
crr(formula, data, failcode = NULL, conf.level = 0.95, ...)
crr(x, ...)
## Default S3 method:
crr(x, ...)
formula |
formula with |
data |
data frame |
failcode |
Indicates event of interest. If |
conf.level |
confidence level. Default is 0.95. |
... |
passed to methods |
x |
input object |
tidycrr object
Other crr() functions:
broom_methods_crr
,
predict.tidycrr()
crr(Surv(ttdeath, death_cr) ~ age + grade, trial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.