simulate: Simulations of a phylogenetic trait model

simulateR Documentation

Simulations of a phylogenetic trait model

Description

simulate generates random deviates from a fitted model.

Usage

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

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

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.

Value

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

See Also

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


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

Related to simulate in ouch...