| R Documentation |
Print and show methods
## 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, ...)
... |
additional arguments, ignored. |
object, x |
object to display. |
print displays the tree as a table, along with the coefficients of the fitted model and diagnostic information.
show provides a similar display.
print returns x, invisibly.
show returns NULL, invisibly.
Other methods for ouch trees:
as_data_frame,
bootstrap(),
coef(),
logLik,
ouch-package,
paint(),
plot(),
simulate(),
summary(),
update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.