fftrees_apply: Applies a fast-and-frugal tree to a dataset and generates several accuracy statistics
Description
Applies a fast-and-frugal tree to a dataset and generates several accuracy statistics
Usage
fftrees_apply(x, mydata = NULL, newdata = NULL, allNA.pred = FALSE)
Value
A list of length 4 containing
Arguments
- x
FFTrees.
- mydata
dataframe.
- newdata
dataframe.
- allNA.pred
logical. What should be predicted if all cue values in tree are NA? Default is FALSE