Skip to contents

predict predicts the value of the response variable using a fitted model.

Usage

predict(object, ...)

Arguments

object

A fitted model which should be used for predicting on new data.

...

Optional arguments passed to or from other methods.

Value

A fitted model.