-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
59 lines (59 loc) · 2.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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). 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() who performs the multiverse analysis in one call.
Authors@R: c(
person("Henrik", "Singmann", role = c("aut", "cre"),
email="[email protected]", comment=c(ORCID="0000-0002-4842-3657"))
, person(c("Daniel", "W."), "Heck", email = "[email protected]", role = c("aut"))
, person("Marius", "Barth", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-3421-6665"))
, person("Frederik", "Aust", email = "[email protected]", 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 (>= 2.11.1),
Imports:
parallel,
magrittr,
tidyr,
dplyr,
tibble,
rlang,
reshape2,
ggplot2,
MPTinR,
TreeBUGS (>= 1.4.4),
runjags,
coda,
purrr,
readr,
limSolve,
utils
Suggests:
knitr,
rmarkdown,
testthat
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.0
License:
GPL-2