CRAN
glmx 0.1-1
Generalized Linear Models Extended
Released Nov 19, 2015 by Achim Zeileis
This package can be loaded by Renjin but 4 out 6 tests failed.
Dependencies
MASS 7.3-50 sandwich 2.4-0 Formula 1.2-3 lmtest 0.9-36
Extended techniques for generalized linear models (GLMs), especially for binary responses, including parametric links and heteroskedastic latent variables.
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>glmx</artifactId> <version>0.1-1-b32</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:glmx')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.