predict-tallyModel-method: Predictions from a fftr objects

predict,tallyModel-methodR Documentation

Predictions from a fftr objects

Description

Return predicted responses or measures of performance from a fitted tallyModel-class object

Usage

## S4 method for signature 'tallyModel'
predict(object, newdata, type = "response")

Arguments

object

an S4 object of class tallyModel-class created by tally function

newdata

a data frame or matrix containing new data

type

character string denoting the type of output returned. response (default) returns the predicted class label, metric returns the classification performance.


marcusbuckmann/ffcr documentation built on Jan. 4, 2024, 3:45 p.m.