vcov.seinfitR {seinfitR}R Documentation

Variance-Covariance Matrix

Description

Compute variance-covariance matrix for seinfitR model.

Usage

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

Arguments

object

Object of class 'seinfitR'.

...

currently unused.

Value

A matrix representing the covariance of the estimated coefficients.


[Package seinfitR version 1.0.1 Index]