vcov.lmSubsets: Extract the variance-covariance matrix from a subset...

Description Usage Arguments Value See Also

Description

Return the variance-covariance matrix for the specified submodel.

Usage

1
2
3
4
5
## S3 method for class 'lmSubsets'
vcov(object, size, best = 1, ...)

## S3 method for class 'lmSelect'
vcov(object, best = 1, ...)

Arguments

object

"lmSubsets", "lmSelect"—a subset regression

size

integer—the submodel size

best

integer—the submodel position

...

ignored

Value

double[,]—the variance-covariance matrix

See Also


lmSubsets documentation built on Feb. 8, 2021, 1:06 a.m.