vcov.fastglm: 'vcov()' method for 'fastglm' fitted objects

View source: R/fastglm-methods.R

vcov.fastglmR Documentation

'vcov()' method for 'fastglm' fitted objects

Description

'vcov()' method for 'fastglm' fitted objects

Usage

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

Arguments

object

a fitted object of class inheriting from '"fastglm"'.

...

additional arguments (currently unused).

Value

The estimated variance-covariance matrix of the fitted coefficients. For rank-deficient fits, rows and columns corresponding to aliased coefficients are filled with 'NA'.


fastglm documentation built on Aug. 27, 2026, 9:07 a.m.