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

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

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.