model_response {lmSubsets} | R Documentation |
Model response
Description
Extract the model response.
Usage
model_response(data, ...)
## Default S3 method:
model_response(data, type = "any", ...)
Arguments
data |
an object |
type |
|
... |
further arguments |
Details
The default method simply forwards the call to
model.response()
.
Value
double[]
—the model response
See Also
model.response()
for the default implementation
[Package lmSubsets version 0.5-2 Index]