regressoR (version 2.0.1)

rl_prediction: rl_prediction

Description

generates the prediction of the linear regression model.

Usage

rl_prediction(model, test.data)

Arguments

model

a linear regression model(lm).

test.data

dataframe.

See Also