Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.fcrr

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

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

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.


fastcmprsk

Fine-Gray Regression via Forward-Backward Scan

v1.1.1
GPL-3
Authors
Eric S. Kawaguchi
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.