CRAN
ANOM 0.5
Analysis of Means
Released Apr 12, 2017 by Philip Pallmann
Dependencies
SimComp 2.2 nparcomp 2.6 MCPAN 1.1-20 multcomp 1.4-5 ggplot2 2.2.1
Analysis of means (ANOM) as used in technometrical computing. The package takes results from multiple comparisons with the grand mean (obtained with 'multcomp', 'SimComp', 'nparcomp', or 'MCPAN') or corresponding simultaneous confidence intervals as input and produces ANOM decision charts that illustrate which group means deviate significantly from the grand mean.
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>ANOM</artifactId> <version>0.5-b5</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:ANOM')
Test Results
This package was last tested against Renjin 0.8.2442 on Sep 25, 2017.