CRAN

MM4LMM 1.1.5

Inference of Linear Mixed Models Through MM Algorithm

Released Jan 15, 2019 by Fabien Laporte

This package can be loaded by Renjin but 2 out 4 tests failed.

Dependencies

Rcpp RcppEigen 0.3.3.5.0 Matrix 1.2-15

The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed models using a Min-Max (MM) algorithm (Hunter, D. R., & Lange, K. (2004) ).

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>MM4LMM</artifactId>
    <version>1.1.5-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:MM4LMM')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 17, 2019.

Source

R
C
C++

View GitHub Mirror

Release History