simulate | R Documentation |
simulate
generates random deviates from a fitted model.
## S4 method for signature 'hansentree'
simulate(object, nsim = 1, seed = NULL, ...)
## S4 method for signature 'browntree'
simulate(object, nsim = 1, seed = NULL, ...)
object |
fitted model object |
nsim |
integer; number of independent simulations. |
seed |
integer; if non- |
... |
additional arguments, ignored. |
simulate
returns a list of data-frames, each comparable to the original data.
Other methods for ouch trees:
as_data_frame
,
bootstrap()
,
coef()
,
logLik
,
ouch-package
,
paint()
,
plot()
,
print()
,
summary()
,
update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.