CRAN

MMeM 0.1.0

Multivariate Mixed Effects Model

Released Feb 3, 2019 by Luyao Peng

This package can be loaded by Renjin but all tests failed.

Dependencies

Matrix 1.2-15 stringr 1.3.1 jointDiag 0.3 MASS 7.3-51.1 matrixcalc 1.0-3 lme4 1.1-19 psych 1.8.12

Analyzing data under multivariate mixed effects model using multivariate REML and multivariate Henderson3 methods. See Meyer (1985) and Wesolowska Janczarek (1984) .

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>MMeM</artifactId>
    <version>0.1.0-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:MMeM')

Test Results

This package was last tested against Renjin 0.9.2719 on Feb 5, 2019.

Source

R

View GitHub Mirror

Release History