summary.fcrr {fastcmprsk} | R Documentation |
Generate and print summaries of fastCrr
output.
## S3 method for class 'fcrr'
summary(
object,
conf.int = TRUE,
alpha = 0.05,
digits = max(options()$digits - 5, 2),
...
)
object |
|
conf.int |
Logical. Whether or not to outut confidence intervals. |
alpha |
Significance level of the confidence intervals. |
digits |
Numer of significant difits to round to. |
... |
additional arguments to |
The summary method produces an ANOVA table for the coefficient estimates of the Fine-Gray model.
The form of the value returned by summary
depends on the class of its argument. See the documentation of the particular methods for details of what is produced by that method.