LMModel | R Documentation |
Fits linear models.
LMModel()
factor
, matrix
, numeric
Further model details can be found in the source link below.
In calls to varimp
for LModel
, numeric argument
base
may be specified for the (negative) logarithmic transformation of
p-values [defaul: exp(1)
]. Transformed p-values are automatically
scaled in the calculation of variable importance to range from 0 to 100. To
obtain unscaled importance values, set scale = FALSE
.
MLModel
class object.
lm
, fit
, resample
fit(sale_amount ~ ., data = ICHomes, model = LMModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.