CRAN

glmm 1.3.0

Generalized Linear Mixed Models via Monte Carlo Likelihood Approximation

Released Dec 11, 2018 by Christina Knudson

This package can be loaded by Renjin but 8 out 33 tests failed.

Dependencies

foreach 1.4.4 trust 0.1-7 itertools 0.1-3 mvtnorm 1.0-8 Matrix 1.2-15 doParallel 1.0.14

Approximates the likelihood of a generalized linear mixed model using Monte Carlo likelihood approximation. Then maximizes the likelihood approximation to return maximum likelihood estimates, observed Fisher information, and other model information.

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>glmm</artifactId>
    <version>1.3.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:glmm')

Test Results

This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.