vcov.fcrr {fastcmprsk}R Documentation

Extract variance-covariance matrix from an "fcrr" object.

Description

Similar functional utility to vcov methods.

Usage

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

Arguments

object

fcrr object.

...

Additional arguments. Not implemented.

Value

Returns the estimated variance-covariance matrix (via bootstrap) from object object.


[Package fastcmprsk version 1.24.5 Index]