print: Print and show methods

printR Documentation

Print and show methods

Description

Print and show methods

Usage

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

## S4 method for signature 'ouchtree'
show(object)

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

## S4 method for signature 'hansentree'
show(object)

## S4 method for signature 'browntree'
show(object)

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

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.

Value

print returns x, invisibly.

show returns NULL, invisibly.

See Also

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


ouch documentation built on April 25, 2023, 9:10 a.m.

Related to print in ouch...