Package: TreeBUGS
Version: 1.2.0
Date: 2018-01-11
Title: Hierarchical Multinomial Processing Tree Modeling
Authors@R: c(person("Daniel W.", "Heck", email="heck@uni-mannheim.de", role=c("aut","cre")),
             person("Nina R.", "Arnold", email="arnold@uni-mannheim.de", role = c("aut","dtc")),
             person("Denis", "Arnold", email="denis.arnold@uni-tuebingen.de", role = c("aut")),
             person("Alexander", "Ly", email="a.ly@uva.nl", role = c("ctb")))
Author: Daniel W. Heck [aut, cre],
        Nina R. Arnold [aut, dtc],
        Denis Arnold [aut],
        Alexander Ly [ctb]
Maintainer: Daniel W. Heck <heck@uni-mannheim.de>
Depends: R (>= 3.0.0)
Imports: Rcpp (>= 0.12.6), runjags, stats, graphics, utils, grDevices,
        coda, parallel, rjags, MASS, hypergeo, logspline
Suggests: knitr, testthat
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
NeedsCompilation: yes
SystemRequirements: JAGS (http://mcmc-jags.sourceforge.net)
Description: 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) <DOI:10.1007/s11336-009-9141-0> and the beta-MPT 
    approach (Smith & Batchelder, 2010) <DOI:10.1016/j.jmp.2009.06.007> to model 
    heterogeneity of participants. MPT models are conveniently specified by an
    .eqn-file as used by other MPT software and data are provided by a .csv-file 
    or directly in R. Models are either fitted by calling JAGS or by an MPT-tailored 
    Gibbs sampler in C++ (only for nonhierarchical and beta MPT models). Provides 
    tests of heterogeneity and MPT-tailored summaries and plotting functions.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/denis-arnold/TreeBUGS
RoxygenNote: 6.0.1
LazyData: TRUE
Packaged: 2018-01-19 16:14:47 UTC; Daniel
Repository: CRAN
Date/Publication: 2018-01-19 18:23:25 UTC
