Package: mvMORPH 1.2.1

Julien Clavel

mvMORPH: Multivariate Comparative Tools for Fitting Evolutionary Models to Morphometric Data

Fits multivariate (Brownian Motion, Early Burst, ACDC, Ornstein-Uhlenbeck and Shifts) models of continuous traits evolution on trees and time series. 'mvMORPH' also proposes high-dimensional multivariate comparative tools (linear models using Generalized Least Squares and multivariate tests) based on penalized likelihood. See Clavel et al. (2015) <doi:10.1111/2041-210X.12420>, Clavel et al. (2019) <doi:10.1093/sysbio/syy045>, and Clavel & Morlon (2020) <doi:10.1093/sysbio/syaa010>.

Authors:Julien Clavel [aut, cre], with contributions from Aaron King [aut], Emmanuel Paradis [aut]

mvMORPH_1.2.1.tar.gz
mvMORPH_1.2.1.tar.gz(r-4.5-noble)mvMORPH_1.2.1.tar.gz(r-4.4-noble)
mvMORPH_1.2.1.tgz(r-4.4-emscripten)mvMORPH_1.2.1.tgz(r-4.3-emscripten)
mvMORPH.pdf |mvMORPH.html
mvMORPH/json (API)
NEWS

# Install 'mvMORPH' in R:
install.packages('mvMORPH', repos = 'https://cloud.r-project.org')

Bug tracker:https://github.com/jclavel/mvmorph/issues6 issues

Uses libs:
  • openblas– Optimized BLAS
Datasets:
  • phyllostomid - Phylogeny and trait data for a sample of Phyllostomid bats

On CRAN:

Conda:

openblas

4.95 score 3 packages 792 downloads 21 mentions 29 exports 41 dependencies

Last updated 7 months agofrom:61a4326aa6. Checks:1 OK, 2 WARNING. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 27 2025
R-4.5-linux-x86_64WARNINGMar 27 2025
R-4.4-linux-x86_64WARNINGMar 27 2025

Exports:aicwancestraldfaShapeeffectsizeEICestimGIChalflifeLRTmanova.glsmv.PrecalcmvBMmvEBmvglsmvgls.dfamvgls.pcamvLLmvolsmvOUmvOUTSmvqqplotmvRWTSmvSHIFTmvSIMpairwise.contrastspairwise.glhpcaShapepruningstationary

Dependencies:apecliclusterGenerationcodacodetoolscombinatcorpcorcpp11DEoptimdigestdoParalleldotCall64expmfastmatchforeachgenericsglassoFastglueigraphiteratorslatticelifecyclemagrittrmapsMASSMatrixmnormtnlmenumDerivoptimParallelpbmcapplyphangornphytoolspkgconfigquadprogRcpprlangscatterplot3dspamsubplexvctrs

How to use mvMORPH?

Rendered fromHow_to_use_mvMORPH.Rmdusingknitr::rmarkdownon Mar 27 2025.

Last update: 2023-03-13
Started: 2016-06-18

mvMORPH: an R package for fitting multivariate evolutionary models

Rendered fromtutorial_mvMORPH.Rmdusingknitr::rmarkdownon Mar 27 2025.

Last update: 2016-10-25
Started: 2015-08-23

Citation

To cite package 'mvMORPH' in publications use:

Clavel, J., Escarguel, G., and Merceron, G. (2015) mvMORPH: an R package for fitting multivariate evolutionary models to morphometric data. Methods in Ecology and Evolution, 6(11):1311-1319.<doi:10.1111/2041-210X.12420>

Corresponding BibTeX entry:

  @Article{,
    author = {Julien Clavel and Gilles Escarguel and Gildas Merceron},
    title = {mvMORPH: an R package for fitting multivariate
      evolutionary models to morphometric data},
    year = {2015},
    journal = {Methods in Ecology and Evolution},
    volume = {6},
    pages = {1311-1319},
  }

Readme and manuals

mvMORPH

mvMORPH: an R package for fitting multivariate evolutionary models to morphometric data

This package allows the fitting of multivariate evolutionary models (Ornstein-Uhlenbeck, Brownian motion, Early burst, Shift models) on species trees and time series. It also provides functions to compute log-likelihood of users specified models with fast methods (e.g., for Bayesian approaches or customized comparative methods), simulates correlated traits under various models, constrain various parts of multivariate models...

The package implement now efficient methods for high-dimensional multivariate comparative methods (mvgls) based on Penalized likelihood as well as associated tests (Wilks, Pillai...)

The package is designed to handle ultrametric and non-ultrametric trees (i.e. with fossil species) and missing data in multivariate datasets (NA values), SIMMAP mapping of discrete traits, measurement error, etc...

See the packages vignettes for details and examples: browseVignettes("mvMORPH").

mvMORPH 1.2.1

  1. This is the version 1.2.1:
  • Check the NEWS file for detailled updates
  1. TODO:
  • Incorporation of a tests-suite
  • Implement the sampler (upcomming mvMORPH)
  • Code improvements
  • Extend the shift model to TS
  • Improved mvOU model
  • Threshold model for categorical data

The current stable version of the mvMORPH package (1.2.0) is on the CRAN repository. https://cran.r-project.org/package=mvMORPH

Package InstallationPackage Installation

You can install the package directly from gitHub through devtools:

library(devtools)

install_github("JClavel/mvMORPH", build_vignettes = TRUE)

(The installation may crash if your dependencies are not up to date. Note that you may also need to install Rtools to compile the C codes included in the package. For [Windows] (https://cran.r-project.org/bin/windows/Rtools/) and for [Mac] (https://mac.r-project.org/) (and [Tools] (https://mac.r-project.org/tools/) )

Report an issueReport an issue

Any bugs encountered when using the package can be reported here

Package citationPackage citation

Clavel, J., Escarguel, G., Merceron, G. 2015. mvMORPH: an R package for fitting multivariate evolutionary models to morphometric data. Methods in Ecology and Evolution, 6(11):1311-1319.

Help Manual

Help pageTopics
Multivariate Comparative Methods for Fitting Evolutionary Models to Morphometric DatamvMORPH-package mvMORPH
Akaike weightsaicw
Estimation of traits ancestral states.ancestral
Extract multivariate gls (or ols) model coefficientscoef.mvgls
Projection of 2D and 3D shapes (from geometric morphometric datasets) on Discriminant axesdfaShape
Multivariate measure of association/effect size for objects of class "manova.gls"effectsize
Extended Information Criterion (EIC) to compare models fit with 'mvgls' (or 'mvols') by Maximum Likelihood (ML) or Penalized Likelihood (PL)EIC
Ancestral states reconstructions and missing value imputation with phylogenetic/time-series modelsestim
Extract multivariate gls (or ols) model fitted valuesfitted.mvgls
Generalized Information Criterion (GIC) to compare models fit with 'mvgls' (or 'mvols') by Maximum Likelihood (ML) or Penalized Likelihood (PL)GIC
The phylogenetic half-life for an Ornstein-Uhlenbeck processhalflife
Likelihood Ratio TestLRT
Multivariate Analysis of Variancemanova.gls
Model parameterization for the various mvMORPH functionsmv.Precalc
Multivariate Brownian Motion models of continuous traits evolutionmvBM
Multivariate Early Burst model of continuous traits evolutionmvEB
Fit linear model using Generalized Least Squares to multivariate (high-dimensional) data setsmvgls
Discriminant Function Analysis (DFA) - also called Linear Discriminant Analysis (LDA) or Canonical Variate Analysis (CVA) - based on multivariate GLS (or OLS) model fitmvgls.dfa
Principal Component Analysis (PCA) based on GLS (or OLS) estimate of the traits variance-covariance matrix (possibly regularized)mvgls.pca
Multivariate (and univariate) algorithms for log-likelihood estimation of arbitrary covariance matrix/treesmvLL
Fit linear model using Ordinary Least Squares to multivariate (high-dimensional) data setsmvols
Multivariate Ornstein-Uhlenbeck model of continuous traits evolutionmvOU
Multivariate continuous trait evolution for a stationary time series (Ornstein-Uhlenbeck model)mvOUTS
Quantile-Quantile plots for multivariate models fit with 'mvgls' or 'mvols'mvqqplot
Multivariate Brownian motion / Random Walk model of continuous traits evolution on time seriesmvRWTS
Multivariate change in mode of continuous trait evolutionmvSHIFT
Simulation of (multivariate) continuous traits on a phylogenymvSIM
Pairwise contrastspairwise.contrasts
Pairwise multivariate tests between levels of a factorpairwise.glh
Projection of 2D and 3D shapes (from geometric morphometric datasets) on Principal Component Axes (PCA)pcaShape
Phylogeny and trait data for a sample of Phyllostomid batsphyllostomid
Predictions from (multivariate) gls or ols model fitpredict.mvgls
Predictions from Discriminant analysis conducted with a mvgls model fitpredict.mvgls.dfa
Pruning algorithm to compute the square root of the phylogenetic covariance matrix and its determinant.pruning
Extract gls (or ols) model residualsresiduals.mvgls
The stationary variance of an Ornstein-Uhlenbeck processstationary
Calculate variance-covariance matrix for a fitted object of class 'mvgls'vcov.mvgls