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

character—the return type

...

further arguments

Details

The default method simply forwards the call to model.response().

Value

double[]—the model response

See Also


[Package lmSubsets version 0.5-2 Index]