CRAN
anacor 1.1-3
Simple and Canonical Correspondence Analysis
Released May 1, 2017 by Patrick Mair
Dependencies
car 2.1-5 colorspace 1.3-2 fda 2.4.7
Performs simple and canonical CA (covariates on rows/columns) on a two-way frequency table (with missings) by means of SVD. Different scaling methods (standard, centroid, Benzecri, Goodman) as well as various plots including confidence ellipsoids are provided.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>anacor</artifactId> <version>1.1-3-b12</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:anacor')
Test Results
This package was last tested against Renjin 0.8.2523 on Nov 14, 2017.