Almer_boot {evolvability}R Documentation

Parametric bootstrap on Almer model fit

Description

Almer_boot performs a parametric bootstrap from an Almer model fit

Usage

Almer_boot(mod, nsim = 1000)

Arguments

mod

A fitted object from Almer

nsim

The number of simulations.

Value

Almer_boot a list with entries fixef, vcov, fixef_distribution and vcov_distribution, where the two first entries includes the means, standard deviations, and quantiles of the fixed effects means and (co)variances, respectively, and the two latter includes the complete bootstrap distribution.

Author(s)

Geir H. Bolstad

Examples

# See the vignette 'Phylogenetic mixed model'.

[Package evolvability version 2.0.0 Index]