predict-fftree-method: Predicts data with 'fftree'

Description Usage Arguments See Also

Description

Predicts data with fftree

Usage

1
2
## S4 method for signature 'fftree'
predict(object, newdata = NULL, type = "response", ...)

Arguments

object

fftree

newdata

OPTIONAL data.frame. Columns of newdata have to match the names of the cues in the fftree. If newdata is NULL, the fitting values of the fftree are shown.

type

OPTIONAL string. Has to be "response" or "class". Default is "response".

See Also

fftree


fftrees documentation built on May 2, 2019, 5:48 p.m.