vcov.lmSubsets {lmSubsets} | R Documentation |
Extract the variance-covariance matrix from a subset regression
Description
Return the variance-covariance matrix for the specified submodel.
Usage
## S3 method for class 'lmSubsets'
vcov(object, size, best = 1, ...)
## S3 method for class 'lmSelect'
vcov(object, best = 1, ...)
Arguments
object |
|
size |
|
best |
|
... |
ignored |
Value
double[,]
—the variance-covariance matrix
See Also
lmSubsets()
for all-subsets regressionlmSelect()
for best-subset regressionvcov()
for the S3 generic
[Package lmSubsets version 0.5-2 Index]