Displays predictions from a logic forest model, including the predicted classes and, for classification models, the proportion of trees predicting a class of one.
# S3 method for LFprediction
print(x, ...)No return value. This function is called for its side effects (printing).
An object of class "LFprediction".
Additional arguments (currently ignored).
Bethany Wolf wolfb@musc.edu
For classification models, this method prints the predicted classes for each observation and the proportion of trees in the logic forest that predict class 1. For linear regression models, it prints the predicted values and, if available, the out-of-bag mean squared error.
predict.logforest