confint.fcrr: Confidence Intervals for Model Parameters

Description Usage Arguments Details Value

View source: R/confint.fcrr.R

Description

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

Usage

1
2
3
## S3 method for class '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.

Details

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

Value

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


fastcmprsk documentation built on Sept. 12, 2019, 1:04 a.m.