CRAN
TreeBUGS 1.4.3
Hierarchical Multinomial Processing Tree Modeling
Released Apr 4, 2019 by Daniel W. Heck
Dependencies
runjags 2.0.4-2 hypergeo 1.2-13 RcppArmadillo 0.9.400.2.0 MASS 7.3-51.4 coda 0.19-2 logspline 2.1.12 Rcpp rjags 4-8
User-friendly analysis of hierarchical multinomial processing tree (MPT) models that are often used in cognitive psychology. Implements the latent-trait MPT approach (Klauer, 2010)
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>TreeBUGS</artifactId> <version>1.4.3-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:TreeBUGS')
Test Results
This package was last tested against Renjin 0.9.2725 on May 4, 2019.
- arnold2013-examples
- correlationPosterior-examples
- genBetaMPT-examples
- genMPT-examples
- genTraitMPT-examples
- marginalMPT-examples
- plotFreq-examples
- priorPredictive-examples
- probitInverse-examples
- readEQN-examples
- summarizeMPT-examples
- testHetChi-examples
- testHetPerm-examples
- testthat
- withinSubjectEQN-examples