predict_lm: Prediction using linear model

Description Usage Arguments Value Author(s) See Also

View source: R/lm.r

Description

Prediction using linear model

Usage

1
predict_lm(object, x, ...)

Arguments

object

Fitted classifier produced by fit_lm.

x

Dataset to be predicted upon.

...

Sent to predict.lm

Value

A list with elements:

Author(s)

Christofer Bäcklin

See Also

emil, fit_lm, modeling_procedure


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_lm in emil...