Learn R Programming

fastglm (version 0.1.0)

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

Description

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

Usage

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

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`.

Arguments

object

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

...

additional arguments (currently unused).