vcov.summary.ciregic {intccr} | R Documentation |
Variance-covariance matrix of summary.ciregic
Description
vcov
method for class summary.ciregic
Usage
## S3 method for class 'summary.ciregic'
vcov(object, ...)
Arguments
object |
an object of class |
... |
further arguments |
Details
The vcov
returns the variance-covariance matrix of the fitted semiparametric regression model.
Value
The estimated bootstrap variance-covariance matrix
See Also
The fitted semiparametric regression on cumulative incidence function with interval-censored competing risks data ciregic
, summary of the fitted semiparametric regression model summary.ciregic
, and values of the predicted cumulative incidence functions predict.ciregic
Examples
## Continuing the ciregic(...) example
vcov(summary(fit))
[Package intccr version 3.0.4 Index]