Rdocumentation
powered by
Learn R Programming
emil (version 1.1-6)
emil.fit.lm: Fit a linear model fitted with ordinary least squares
Description
Based on
lm
.
Usage
emil.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
,
emil.predict.lm
,
modeling.procedure