Learn R Programming

MachineShop (version 1.1.0)

LMModel: Linear Models

Description

Fits linear models.

Usage

LMModel()

Arguments

Value

MLModel class object.

Details

Response Types:

factor, matrix, numeric

Further model details can be found in the source link below.

See Also

lm, fit, resample, tune

Examples

Run this code
# NOT RUN {
library(MASS)

fit(medv ~ ., data = Boston, model = LMModel())

# }

Run the code above in your browser using DataLab