Prints the most important predictors and interactions from a fitted logic forest model, along with their importance scores and frequency of occurrence.
# S3 method for logforest
print(x, sortby = "importance", ...)No return value. This function is called for its side effect of printing.
An object of class "logforest".
Character string specifying whether to sort the output by "importance"
(default) or "frequency".
Additional arguments (currently ignored).
Bethany Wolf wolfb@musc.edu
This method displays a matrix of the top predictors and interactions from a logic forest model.
If x$norm = TRUE, the variable importance scores are normalized such that the largest
score is 1 and all other scores are scaled accordingly.
logforest