vcov.summary.ciregic_lt: Variance-covariance matrix of 'summary.ciregic_lt'

View source: R/ciregic_lt.R

vcov.summary.ciregic_ltR Documentation

Variance-covariance matrix of summary.ciregic_lt

Description

vcov method for class summary.ciregic_lt

Usage

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

Arguments

object

an object of class summary.ciregic_lt, which is a result of a call to ciregic_lt

...

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_lt, summary of the fitted semiparametric regression model summary.ciregic_lt, and values of the predicted cumulative incidence functions predict.ciregic_lt

Examples

## Continuing the ciregic_lt(...) example
vcov(summary(fit_lt))

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