Learn R Programming

ouch (version 2.20)

simulate: Simulations of a phylogenetic trait model

Description

simulate generates random deviates from a fitted model.

Usage

# S4 method for hansentree
simulate(object, nsim = 1, seed = NULL, ...)

# S4 method for browntree simulate(object, nsim = 1, seed = NULL, ...)

Value

simulate returns a list of data-frames, each comparable to the original data.

Arguments

object

fitted model object

nsim

integer; number of independent simulations.

seed

integer; if non-NULL, the RNG will be initialized with this seed for the simulations. The RNG will be reset to its pre-existing state when simulate returns.

...

additional arguments, ignored.

See Also

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