Learn R Programming

emil (version 2.2.10)

fit_lm: Fit a linear model fitted with ordinary least squares

Description

Based on lm.

Usage

fit_lm(x, y, formula = y ~ ., ...)

Arguments

x

Descriptors.

y

Response, numeric.

formula

See lm.

...

Sent to lm.

Value

Fitted linear model.

See Also

emil, predict_lm, modeling_procedure