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