summary.fcrr {fastcmprsk} | R Documentation |
Summary method for fastCrr
Description
Generate and print summaries of fastCrr
output.
Usage
## S3 method for class 'fcrr'
summary(
object,
conf.int = TRUE,
alpha = 0.05,
digits = max(options()$digits - 5, 2),
...
)
Arguments
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 |
Details
The summary method produces an ANOVA table for the coefficient estimates of the Fine-Gray model.
Value
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.
[Package fastcmprsk version 1.24.5 Index]