Learn R Programming

MachineShop (version 1.6.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 {
fit(sale_amount ~ ., data = ICHomes, model = LMModel)

# }

Run the code above in your browser using DataLab