Learn R Programming

ouch (version 2.20)

print: Print and show methods

Description

Print and show methods

Usage

# S4 method for ouchtree
print(x, ...)

# S4 method for ouchtree show(object)

# S4 method for hansentree print(x, ...)

# S4 method for hansentree show(object)

# S4 method for browntree show(object)

# S4 method for browntree print(x, ...)

Value

print returns x, invisibly.

show returns NULL, invisibly.

Arguments

...

additional arguments, ignored.

object, x

object to display.

Details

print displays the tree as a table, along with the coefficients of the fitted model and diagnostic information. show provides a similar display.

See Also

Other methods for ouch trees: as_data_frame, bootstrap(), coef(), logLik, ouch-package, paint(), plot(), simulate(), summary(), update()