Learn R Programming

⚠️There's a newer version (1.2.1) of this package.Take me there.

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.1.9

  1. This is the version 1.1.9:
  • 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.1.8) is on the CRAN repository. https://cran.r-project.org/package=mvMORPH

Package 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 issue

Any bugs encountered when using the package can be reported here

Package 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.

Copy Link

Version

Install

install.packages('mvMORPH')

Monthly Downloads

642

Version

1.1.9

License

GPL (>= 2.0)

Issues

Pull Requests

Stars

Forks

Maintainer

Julien Clavel

Last Published

December 9th, 2023

Functions in mvMORPH (1.1.9)

effectsize

Multivariate measure of association/effect size for objects of class "manova.gls"
LRT

Likelihood Ratio Test
coef

Extract multivariate gls (or ols) model coefficients
ancestral

Estimation of traits ancestral states.
aicw

Akaike weights
mvEB

Multivariate Early Burst model of continuous traits evolution
halflife

The phylogenetic half-life for an Ornstein-Uhlenbeck process
mvBM

Multivariate Brownian Motion models of continuous traits evolution
mv.Precalc

Model parameterization for the various mvMORPH functions
manova.gls

Multivariate Analysis of Variance
mvMORPH-package

Multivariate Comparative Methods for Fitting Evolutionary Models to Morphometric Data
mvOUTS

Multivariate continuous trait evolution for a stationary time series (Ornstein-Uhlenbeck model)
mvOU

Multivariate Ornstein-Uhlenbeck model of continuous traits evolution
mvRWTS

Multivariate Brownian motion / Random Walk model of continuous traits evolution on time series
mvLL

Multivariate (and univariate) algorithms for log-likelihood estimation of arbitrary covariance matrix/trees
mvqqplot

Quantile-Quantile plots for multivariate models fit with mvgls or mvols
mvSHIFT

Multivariate change in mode of continuous trait evolution
mvgls

Fit linear model using Generalized Least Squares to multivariate (high-dimensional) data sets
mvgls.pca

Principal Component Analysis (PCA) based on GLS (or OLS) estimate of the traits variance-covariance matrix (possibly regularized)
pairwise.glh

Pairwise multivariate tests between levels of a factor
pcaShape

Projection of 2D and 3D shapes (from geometric morphometric datasets) on Principal Component Axes (PCA)
vcov

Calculate variance-covariance matrix for a fitted object of class 'mvgls'
mvSIM

Simulation of (multivariate) continuous traits on a phylogeny
mvols

Fit linear model using Ordinary Least Squares to multivariate (high-dimensional) data sets
phyllostomid

Phylogeny and trait data for a sample of Phyllostomid bats
residuals

Extract gls (or ols) model residuals
mvgls.dfa

Discriminant Function Analysis (DFA) - also called Linear Discriminant Analysis (LDA) or Canonical Variate Analysis (CVA) - based on multivariate GLS (or OLS) model fit
predict.mvgls.dfa

Predictions from Discriminant analysis conducted with a mvgls model fit
pairwise.contrasts

Pairwise contrasts
pruning

Pruning algorithm to compute the square root of the phylogenetic covariance matrix and its determinant.
stationary

The stationary variance of an Ornstein-Uhlenbeck process
predict

Predictions from (multivariate) gls or ols model fit
estim

Ancestral states reconstructions and missing value imputation with phylogenetic/time-series models
fitted

Extract multivariate gls (or ols) model fitted values
dfaShape

Projection of 2D and 3D shapes (from geometric morphometric datasets) on Discriminant axes
EIC

Extended Information Criterion (EIC) to compare models fit with mvgls (or mvols) by Maximum Likelihood (ML) or Penalized Likelihood (PL)
GIC

Generalized Information Criterion (GIC) to compare models fit with mvgls (or mvols) by Maximum Likelihood (ML) or Penalized Likelihood (PL)