print {ouch} | R 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()
[Package ouch version 2.20 Index]