Learn R Programming

lmSubsets (version 0.5-2)

model_response: Model response

Description

Extract the model response.

Usage

model_response(data, ...)

# S3 method for default model_response(data, type = "any", ...)

Arguments

data

an object

type

character---the return type

...

further arguments

Value

double[]---the model response

Details

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

See Also