confint.fcrr {fastcmprsk} | R Documentation |
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 |
|
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.
[Package fastcmprsk version 1.24.5 Index]