print.PPTreereg {PPtreeregViz}R Documentation

Print PPTreereg result

Description

Print PP.Tree.reg result

Usage

## S3 method for class 'PPTreereg'
print(
  x,
  tree.print = TRUE,
  coef.print = FALSE,
  cutoff.print = FALSE,
  verbose = TRUE,
  final.rule = 1,
  ...
)

Arguments

x

PPTreereg object

tree.print

print the tree structure when TRUE

coef.print

print the projection coefficient in each node when TRUE

cutoff.print

print the cutoff values in each node when TRUE

verbose

print if TRUE, no output if FALSE

final.rule

rule to calculate the final node value

...

arguments to be passed to methods

Details

Print the projection pursuit regression tree result

Value

tree print


[Package PPtreeregViz version 2.0.5 Index]