treesum {conTree}R Documentation

Print terminal node x-region boundaries

Description

Print terminal node x-region boundaries

Usage

treesum(tree, nodes = NULL)

Arguments

tree

model object output from contrast() or prune()

nodes

vector of terminal node identifiers for the tree specifying the desired regions. The default is all terminal nodes.

Details

The predictor variable x-boundaries defining each terminal node are printed.

For numeric variables: variable | sign | value

For categorical variables: cat variable | sign | set of values

Value

No return value (invisble NULL)

See Also

contrast()


[Package conTree version 0.3-1 Index]