CRAN
dalmatian 0.3.0
Automating the Fitting of Double Linear Mixed Models in 'JAGS'
Released Jan 29, 2018 by Simon Bonner
Dependencies
gdata 2.18.0 coda 0.19-1 dglm 1.8.3 ggmcmc 1.1 rjags 4-6
Automates fitting of double GLM in 'JAGS'. Includes automatic generation of 'JAGS' scripts, running 'JAGS' via 'rjags', and summarizing the resulting output.
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>dalmatian</artifactId> <version>0.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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dalmatian')
Test Results
This package was last tested against Renjin 0.9.2593 on Jan 31, 2018.
- caterpillar-examples
- caterpillar.dalmatian-examples
- convergence-examples
- convergence.dalmatian-examples
- fitted.dalmatian-examples
- print.dalmatian.summary-examples
- ranef-examples
- ranef.dalmatian-examples
- setJAGSInits-examples
- summary.dalmatian-examples
- traceplots-examples
- traceplots.dalmatian-examples