Predicts outcomes for new observations using a fitted logic forest model.
# S3 method for logforest
predict(object, newdata, cutoff, ...)An object of class "LFprediction" containing the predicted outcomes.
An object of class "logforest".
A data frame containing new observations to predict.
A numeric value indicating the proportion of trees that must predict class 1 for an overall prediction of class 1.
Additional arguments (currently ignored).