fastcmprsk (version 1.1.1)

confint.fcrr: Confidence Intervals for Model Parameters

Description

Computes confidence intervals for one or more parameters in a fitted model of class fcrr.

Usage

# S3 method for fcrr
confint(object, parm, level = 0.95,
  digits = max(options()$digits - 5, 2), ...)

Arguments

object

fcrr object (output from fastCrr())

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required

digits

Number of significant difits to round to.

...

Additional arguments. Not implemented.

Value

A matrix (or vector) with columns giving lower and upper confidence limits for each coefficient estimate.

Details

Prints out table of confidence intervals for the Fine-Gray model.