predictmodel: This is a generic function that specifically handles...

Description Usage Arguments Examples

Description

This is a generic function that specifically handles predicting for models. This handles everything that needs to be done when predicting a model. For objects that do not have a defined class that specifies the kind of model this simply prints "in predictmodel.default".

Usage

1
predictmodel(mod, new_data)

Arguments

mod

The model object. This will likely be empty in the default case.

newdata

The new data you want to predict values for. This will likely be empty in the default case.

Examples

1

emilyklisa/mli documentation built on May 25, 2019, 5:21 p.m.