cmahalanobis: Calculate the Mahalanobis Distance for a Given List of Data Frames with Factors

It provides a function that calculates the Mahalanobis distance between each pair of species in a list of data frames. Each data frame contains the observations of a species with some factors. Mahalanobis distance is a measure of dissimilarity between two vectors of multivariate random variables, based on the covariance matrix. This distance is useful for statistical matching or fusion of data, that is the integration of two data sources that refer to the same target population and that share some variables.

Version: 0.2.0
Imports: stats, ggplot2, reshape2
Suggests: knitr, rmarkdown, testthat (≥ 3.0.0)
Published: 2024-05-17
Author: Flavio Gioia
Maintainer: Flavio Gioia <flaviogioia.fg at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: cmahalanobis results

Documentation:

Reference manual: cmahalanobis.pdf
Vignettes: cmahalanobis: An R Package for Computing the Mahalanobis Distance Between Factors

Downloads:

Package source: cmahalanobis_0.2.0.tar.gz
Windows binaries: r-devel: cmahalanobis_0.1.0.zip, r-release: cmahalanobis_0.1.0.zip, r-oldrel: cmahalanobis_0.1.0.zip
macOS binaries: r-release (arm64): cmahalanobis_0.2.0.tgz, r-oldrel (arm64): cmahalanobis_0.2.0.tgz, r-release (x86_64): cmahalanobis_0.2.0.tgz, r-oldrel (x86_64): cmahalanobis_0.2.0.tgz
Old sources: cmahalanobis archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cmahalanobis to link to this page.