CRAN

nlme 3.1-140

Linear and Nonlinear Mixed Effects Models

Released May 12, 2019 by R-core

This package can be loaded by Renjin but 19 out 235 tests failed.

Dependencies

lattice 0.20-38

Fit and compare Gaussian linear and nonlinear mixed-effects models.

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>nlme</artifactId>
    <version>3.1-140-b7</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:nlme')

Test Results

This package was last tested against Renjin 3.5-beta57 on Jul 20, 2019.