CRAN
GLMMadaptive 0.6-0
Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Released Jun 25, 2019 by Dimitris Rizopoulos
This package can be loaded by Renjin but all tests failed.
Dependencies
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approximating the integrals over the random effects with an adaptive Gaussian quadrature rule; Jose C. Pinheiro and Douglas M. Bates (1995)
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>GLMMadaptive</artifactId> <version>0.6-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:GLMMadaptive')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.