Learn R Programming

intccr (version 1.0.0)

vcov.ciregic: Variance-covariance matrix of ciregic

Description

vcov method for class ciregic

Usage

# S3 method for ciregic
vcov(object, ...)

Arguments

object

an object of class ciregic, which is a result of a call to ciregic

...

further arguments

Value

The estimated bootstrap variance-covariance matrix

Details

vcov returns the variance-covariance matrix of the fitted semiparametric regression model.

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 predicted cumulative incidence functions predict.ciregic

Examples

Run this code
# NOT RUN {
## Continuing the ciregic(...) example
# }
# NOT RUN {
vcov(fit)


# }

Run the code above in your browser using DataLab