predict: Generic function for returning the predictions of a model

View source: R/generic.R

predictR Documentation

Generic function for returning the predictions of a model

Description

Generic function for returning the predictions of a model

Usage

predict(obj, ...)

Arguments

obj

The object controlling which method is used

...

Arguments depending on the specific method used


iai documentation built on July 9, 2023, 5:41 p.m.

Related to predict in iai...