CRAN

lme4 1.1-21

Linear Mixed-Effects Models using 'Eigen' and S4

Released Mar 5, 2019 by Ben Bolker

This package can be loaded by Renjin but 93 out 118 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

MASS 7.3-51.1 nlme 3.1-137 lattice 0.20-38 Matrix 1.2-15 nloptr 1.2.1 Rcpp boot 1.3-20 RcppEigen 0.3.3.5.0 minqa 1.2.4

Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the 'Eigen' C++ library for numerical linear algebra and 'RcppEigen' "glue".

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>lme4</artifactId>
    <version>1.1-21-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:lme4')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 7, 2019.