CRAN

arm 1.10-1

Data Analysis Using Regression and Multilevel/Hierarchical Models

Released Apr 13, 2018 by Yu-Sung Su

This package can be loaded by Renjin but 15 out 25 tests failed.

Dependencies

MASS 7.3-49 lme4 1.1-17 Matrix 1.2-14 nlme 3.1-137 coda 0.19-1 abind 1.4-3

Functions to accompany A. Gelman and J. Hill, Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge University Press, 2007.

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>arm</artifactId>
    <version>1.10-1-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:arm')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.