FFTrees (version 1.5.3)

updateHistory: Update the history of decisions from trees in an FFTrees object

Description

Update the history of decisions from trees in an FFTrees object

Usage

updateHistory(
  object = NULL,
  newdata = NULL,
  tree.definitions = NULL,
  formula = NULL
)

Arguments

object

FFTrees. An FFTrees object

newdata

dataframe. A dataframe of new data that can be used with predict.FFTrees()

tree.definitions

dataframe. Tree definitions (i.e., from an existing FFTrees object)

formula

formula. Formula used when building FFTrees.