vcov.ciregic: Variance-covariance matrix of 'ciregic'

View source: R/ciregic.R

vcov.ciregicR Documentation

Variance-covariance matrix of ciregic

Description

vcov method for class ciregic

Usage

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

Arguments

object

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

...

further arguments

Details

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

Examples

## Continuing the ciregic(...) example
vcov(fit)



intccr documentation built on May 10, 2022, 9:05 a.m.

Related to vcov.ciregic in intccr...