model_response.lmSubsets {lmSubsets} | R Documentation |
Extract the model response from a subset regression
Description
Return the model response.
Usage
## S3 method for class 'lmSubsets'
model_response(data, ...)
## S3 method for class 'lmSelect'
model_response(data, ...)
Arguments
data |
|
... |
ignored |
Value
double[]
—the model response
See Also
lmSubsets()
for all-subsets regressionlmSelect()
for best-subset regressionmodel_response()
for the S3 generic
[Package lmSubsets version 0.5-2 Index]