fastcmprsk (version 1.1.1)

summary.fcrr: Summary method for fastCrr

Description

Generate and print summaries of fastCrr output.

Usage

# S3 method for fcrr
summary(object, conf.int = TRUE, alpha = 0.05,
  digits = max(options()$digits - 5, 2), ...)

Arguments

object

fcrr x (output from fastCrr())

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 print()

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.

Details

The summary method produces an ANOVA table for the coefficient estimates of the Fine-Gray model.