CRAN
addreg 3.0
Additive Regression for Discrete Data
Released Dec 23, 2017 by Mark W. Donoghoe
This package can be loaded by Renjin but 3 out 15 tests failed.
Dependencies
glm2 1.2.1 turboEM 2018.1 combinat 0.0-8
Methods for fitting identity-link GLMs and GAMs to discrete data, using EM-type algorithms with more stable convergence properties than standard methods.
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>addreg</artifactId> <version>3.0-b6</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:addreg')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.
- B.Iso-examples
- addreg-examples
- addreg-package-examples
- addreg.control-examples
- addreg.smooth-examples
- anova.addreg-examples
- confint.addreg-examples
- contr.isotonic-examples
- conv.test-examples
- interpret.addreg.smooth-examples
- plot.addreg.smooth-examples
- predict.addreg-examples
- predict.addreg.smooth-examples
- summary.addreg-examples
- vcov.addreg-examples