predict: This is a generic function for predict. It can be called on...

Description Usage Arguments Examples

Description

This is a generic function for predict. It can be called on objects of any class. For objects that are not models or model family's it simply prints a message stating that you are "in predict.default".

Usage

1
predict(mod, new_data)

Arguments

mod

The model or model family 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.