print.logforest: Prints Output for a Logic Forest Model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/print.logforest.R

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

1
2
## S3 method for class 'logforest'
print(x, ...) 

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.

Author(s)

Bethany Wolf wolfb@musc.edu

See Also

logforest

Examples

1
2

LogicForest documentation built on May 30, 2017, 3:07 a.m.