Learn R Programming

LogicForest (version 2.0.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

## S3 method for class 'logforest':
print(x, \ldots)

Arguments

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

Value

  • If x$norm=TRUE, all variable importance scores are normalized such that the largest score take value one and all other scores are scaled accordingly.

See Also

logforest

Examples

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

Run the code above in your browser using DataLab