Fit response-time extended multinomial processing tree (RT-MPT) models by Klauer and Kellen (2018) <doi:10.1016/j.jmp.2017.12.003>. The RT-MPT class not only incorporate frequencies like traditional multinomial processing tree (MPT) models, but also latencies. This enables it to estimate process completion times and encoding plus motor execution times next to the process probabilities of traditional MPTs. 'rtmpt' is a Bayesian framework and posterior samples are sampled using a Metropolis-Gibbs sampler like the one described in the Klauer and Kellen (2018), but with some modifications. Other than in the original C++ program we use the free and open source GNU Scientific Library (GSL). There is also the possibility to suppress single process completion times.
Version: | 0.1-19 |
Depends: | R (≥ 3.0.0) |
Imports: | coda, data.table, loo, matrixcalc, methods, stats, stringr, truncnorm, utils |
Suggests: | knitr, rmarkdown |
Published: | 2020-03-19 |
Author: | Raphael Hartmann [aut, cre], Karl C. Klauer [cph, aut, ctb, ths], Henrik Singmann [aut, ctb, cph], Jean Marie Linhart [cph] |
Maintainer: | Raphael Hartmann <raphael.hartmann at protonmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
SystemRequirements: | GSL (>=2.3) |
Materials: | INSTALL |
CRAN checks: | rtmpt results |
Reference manual: | rtmpt.pdf |
Vignettes: |
rtmpt: Introduction |
Package source: | rtmpt_0.1-19.tar.gz |
Windows binaries: | r-devel: rtmpt_0.1-19.zip, r-release: rtmpt_0.1-19.zip, r-oldrel: rtmpt_0.1-19.zip |
macOS binaries: | r-release: rtmpt_0.1-19.tgz, r-oldrel: rtmpt_0.1-19.tgz |
Old sources: | rtmpt archive |
Please use the canonical form https://CRAN.R-project.org/package=rtmpt to link to this page.