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. - "Fisher, R.A. (1922) On the mathematical foundations of theoretical statistics. <doi:10.1098/rsta.1922.0009>". - "Mahalanobis, P.C. (1936) On the generalized distance in statistics. <doi:10.1007/s13171-019-00164-5>".

Version: 0.1.0
Imports: stats
Suggests: testthat
Published: 2024-02-20
Author: Flavio Gioia ORCID iD [aut, cre]
Maintainer: Flavio Gioia <flaviogioia.fg at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: cmahalanobis results

Documentation:

Reference manual: cmahalanobis.pdf

Downloads:

Package source: cmahalanobis_0.1.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.1.0.tgz, r-oldrel (arm64): cmahalanobis_0.1.0.tgz, r-release (x86_64): cmahalanobis_0.1.0.tgz, r-oldrel (x86_64): cmahalanobis_0.1.0.tgz

Linking:

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