Learn R Programming

evolvability (version 2.0.1)

Almer_boot: Parametric bootstrap on Almer model fit

Description

Almer_boot performs a parametric bootstrap from an Almer model fit

Usage

Almer_boot(mod, nsim = 1000)

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.

Arguments

mod

A fitted object from Almer

nsim

The number of simulations.

Author

Geir H. Bolstad

Examples

Run this code
# See the vignette 'Phylogenetic mixed model'.

Run the code above in your browser using DataLab