vcov.BranchGLM {BranchGLM}R Documentation

Extract covariance matrix from BranchGLM Objects

Description

Extracts covariance matrix of beta coefficients from BranchGLM objects.

Usage

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

Arguments

object

a BranchGLM object.

...

further arguments passed to or from other methods.

Value

A numeric matrix which is the covariance matrix of the beta coefficients.


[Package BranchGLM version 2.1.4 Index]