FFTrees (version 1.3.5)

predict.FFForest: Predict outcoms from a test dataset using an FFForest object

Description

Predict outcoms from a test dataset using an FFForest object

Usage

# S3 method for FFForest
predict(object = NULL, data = NULL, threshold = 0.5,
  ...)

Arguments

object

FFForest. An FFForest object created from the FFForest() function.

data

dataframe. A dataframe of test data

threshold

numeric. A threshold value

...

Additional arguments passed on to predict()

Value

A logical vector of predictions