easyCODA-package | R Documentation |
Univariate and multivariate methods for compositional data analysis, based on logratios. The package implements the approach in the book Compositional Data Analysis in Practice by Michael Greenacre (2018), where accent is given to simple pairwise logratios. Selection can be made of logratios that account for a maximum percentage of logratio variance. Various multivariate analyses of logratios are included in the package.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Michael Greenacre [aut, cre]
Maintainer: Michael Greenacre <michael.greenacre@upf.edu>
Greenacre, Michael (2018) Compositional Data Analysis in Practice. Chapman & Hall / CRC Press
ca
# Roman cups glass compositions
data("cups")
# unweighted logratio analysis
cups.ulra <- LRA(cups, weight=FALSE)
PLOT.LRA(cups.ulra)
# weighted logratio analysis
cups.wlra <- LRA(cups)
PLOT.LRA(cups.wlra)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.