vcov.lmgce {GCEstim}R Documentation

Extract lmgce Model's Variance-Covariance Matrix

Description

Returns the variance-covariance matrix of the main parameters of a lmgce object

Usage

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

Arguments

object

Fitted lmgce model object.

...

additional arguments.

Value

A matrix of the estimated covariances between the parameter estimates in the linear predictor of the lmgce model.

Author(s)

Jorge Cabral, jorgecabral@ua.pt

Examples


res_gce_package <-
  lmgce(y ~ .,
        data = dataGCE,
        boot.B = 50,
        seed = 230676)

vcov(res_gce_package)


[Package GCEstim version 0.1.0 Index]