print.pmtree {model4you}R Documentation

Methods for pmtree

Description

Print and summary methods for pmtree objects.

Usage

## S3 method for class 'pmtree'
print(
  x,
  node = NULL,
  FUN = NULL,
  digits = getOption("digits") - 4L,
  footer = TRUE,
  ...
)

## S3 method for class 'pmtree'
summary(object, node = NULL, ...)

## S3 method for class 'summary.pmtree'
print(x, digits = 4, ...)

## S3 method for class 'pmtree'
coef(object, node = NULL, ...)

Arguments

x

object.

node

node number, if any.

FUN

formatinfo function.

digits

number of digits.

footer

should footer be included?

...

further arguments passed on to print.party.

object

object.

Value

print


[Package model4you version 0.9-7 Index]