P_stats: Posterior draws for P matrix evolutionary statistics

Description Usage Format Source References Examples

Description

P matrix evolutionary statistics for all lines.

Usage

1

Format

list

Source

Data from: The evolution of phenotypic integration: how directional selection reshapes covariation in mice. Dryad Archive doi:10.5061/dryad.5gr8r.

References

Penna et al. (2017) Evolution (PubMed)

Melo, D., G. Garcia, A. Hubbe, A. P. Assis, and G. Marroig. 2016. "EvolQG - An R Package for Evolutionary Quantitative Genetics [version 3; Referees: 2 Approved, 1 Approved with Reservations]." F1000Research 4: 925.

Hansen, T. F., and Houle, D. (2008). Measuring and comparing evolvability and constraint in multivariate characters. Journal of evolutionary biology, 21(5), 1201-19. doi:10.1111/j.1420-9101.2008.01573.x

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(P_stats)
## Not run: 
# To generate these from the posterior draws, run:
# (this can take a while)
# library(doMC)
# registerDoMC(5)
# P_stats = plyr::ldply(ratones_models, function(x) plyr::adply(x$Ps, 1,
# MeanMatrixStatistics, .progress = "text"), .parallel = TRUE)
# names(P_stats) <- gsub("pc1%", "pc1.percent", names(P_stats))

## End(Not run)

diogro/ratones documentation built on May 24, 2019, 4:01 a.m.