print.pmtree: Methods for pmtree

Description Usage Arguments Value

View source: R/pmtree-methods.R

Description

Print and summary methods for pmtree objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## 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


model4you documentation built on Jan. 20, 2021, 5:09 p.m.