bootstrap.multiOU: function to bootstrap a multiOU object

Description Usage Value Examples

Description

function to bootstrap a multiOU object

Usage

1
  bootstrap.multiOU(modelfit)

Value

a matrix of bootstrap values. (replicates fixed values)

Examples

1
2
3
4
5
data(parrotfish)
 alphas <- multiTypeOU(data=dat, tree=tree, regimes = intramandibular,
  model_spec = list(alpha = "indep",sigma = "global", theta = "indep"))
 boots <- replicate(3, bootstrap(alphas))
 summary(alphas, boots)

cboettig/wrightscape documentation built on May 13, 2019, 2:12 p.m.