Package: MPTmultiverse
Title: Multiverse Analysis of Multinomial Processing Tree Models
Version: 0.4-3
Description: 
    Statistical or cognitive modeling usually requires a number of more or less 
    arbitrary choices creating one specific path through a 'garden of forking paths'. 
    The multiverse approach (Steegen, Tuerlinckx, Gelman, & Vanpaemel, 2016, 
    <doi:10.1177/1745691616658637>) offers a principled alternative in which results 
    for all possible combinations of reasonable modeling choices are reported. 
    MPTmultiverse performs a multiverse analysis for multinomial processing tree 
    (MPT, Riefer & Batchelder, 1988, <doi:10.1037/0033-295X.95.3.318>) models combining 
    maximum-likelihood/frequentist and Bayesian estimation approaches with 
    different levels of pooling (i.e., data aggregation) as described in 
    Singmann et al. (2024, <doi:10.1037/bul0000434>). For the 
    frequentist approaches, no pooling (with and without parametric or nonparametric 
    bootstrap) and complete pooling are implemented using 
    MPTinR <https://cran.r-project.org/package=MPTinR>. 
    For the Bayesian approaches, no pooling, complete pooling, and three different 
    variants of partial pooling are implemented using 
    TreeBUGS <https://cran.r-project.org/package=TreeBUGS>. The main function is 
    fit_mpt() which performs the multiverse analysis in one call.
Authors@R: c(
    person("Henrik", "Singmann", role = c("aut", "cre"), 
        email="singmann@gmail.com", comment=c(ORCID="0000-0002-4842-3657"))
    , person(c("Daniel", "W."), "Heck", email = "heck@uni-mannheim.de", role = c("aut"))
    , person("Marius", "Barth", email = "marius.barth@uni-koeln.de", role = c("aut"),
        comment = c(ORCID = "0000-0002-3421-6665"))
    , person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("ctb"), 
        comment = c(ORCID = "0000-0003-4900-788X"))
  )
URL: https://github.com/mpt-network/MPTmultiverse
BugReports: https://github.com/mpt-network/MPTmultiverse/issues
Depends: R (>= 4.0.0),
Imports: parallel, magrittr, tidyr, dplyr, tibble, rlang, reshape2,
        ggplot2, MASS, MPTinR, TreeBUGS (>= 1.4.4), runjags, coda,
        purrr, readr, utils
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Encoding: UTF-8
License: GPL-2
NeedsCompilation: no
Packaged: 2026-02-15 17:09:19 UTC; singmann
Author: Henrik Singmann [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-4842-3657>),
  Daniel W. Heck [aut],
  Marius Barth [aut] (ORCID: <https://orcid.org/0000-0002-3421-6665>),
  Frederik Aust [ctb] (ORCID: <https://orcid.org/0000-0003-4900-788X>)
Maintainer: Henrik Singmann <singmann@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-16 09:50:39 UTC
Built: R 4.4.3; ; 2026-03-02 18:29:09 UTC; windows
