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

"lmSubsets", "lmSelect"—a subset regression

...

ignored

Value

double[]—the model response

See Also


[Package lmSubsets version 0.5-2 Index]