LogicForest (version 2.1.0)

print.logforest: Prints Output for a Logic Forest Model

Description

Prints a matrix of the most important predictors and interactions, their variable importance scores, and frequency of occurrence for objects fitted by logforest.

Usage

"print"(x, ...)

Arguments

x
object of class logforest.
...
other options are ignored.

Value

See Also

logforest

Examples

Run this code
data(logforest.fit)
print(logforest.fit)

Run the code above in your browser using DataLab