Learn R Programming

merlin (version 0.1.0)

vcov.mlsurv: Calculate Variance-Covariance Matrix for a mlsurv Model Object

Description

Returns the variance-covariance matrix of all estimated parameters of a fitted mlsurv model.

Usage

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

# S3 method for summary.mlsurv vcov(object, ...)

Arguments

object

An object of class mlsurv or summary.mlsurv.

...

Not used.