powered by
Fits linear models.
LMModel()
MLModel class object.
MLModel
factor, matrix, numeric
factor
matrix
numeric
Further model details can be found in the source link below.
lm, fit, resample, tune
lm
fit
resample
tune
# NOT RUN { library(MASS) fit(medv ~ ., data = Boston, model = LMModel()) # }
Run the code above in your browser using DataLab