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 Oct. 19, 2024, 1:07 a.m.

Related to predict in iai...