forked from ampl-psych/EMC2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
80 lines (80 loc) · 2.81 KB
/
DESCRIPTION
File metadata and controls
80 lines (80 loc) · 2.81 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Package: EMC2
Title: Bayesian Hierarchical Analysis of Cognitive Models of Choice
Version: 3.4.0
Authors@R:
c(person("Niek", "Stevenson", email = "niek.stevenson@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3206-7544")),
person("Michelle", "Donzallaz", role = c("aut")),
person("Andrew", "Heathcote", role = c("aut")),
person("Steven", "Miletić", role = c("aut")),
person("Luke", "Strickland", role = c("ctb")),
person("Frank", "Hezemans", role = c("ctb")),
person("Raphael", "Hartmann", role = c("ctb")),
person("Karl C.", "Klauer", role=c("ctb")),
person("Steven G.", "Johnson", role=c("ctb")),
person("Jean M.", "Linhart", role=c("ctb")),
person("Brian", "Gough", role=c("ctb")),
person("Gerard", "Jungman", role=c("ctb")),
person("Rudolf", "Schuerer", role=c("ctb")),
person("Przemyslaw", "Sliwa", role=c("ctb")),
person("Jason H.", "Stover", role=c("ctb")),
person("Zachary L.", "Howard", role=c("ctb")))
Description: Fit Bayesian (hierarchical) cognitive models
using a linear modeling language interface using particle Metropolis Markov
chain Monte Carlo sampling with Gibbs steps. The diffusion decision model (DDM),
linear ballistic accumulator model (LBA), racing diffusion model (RDM), and the lognormal
race model (LNR) are supported. Additionally, users can specify their own likelihood
function and/or choose for non-hierarchical
estimation, as well as for a diagonal, blocked or full multivariate normal
group-level distribution to test individual differences. Prior specification
is facilitated through methods that visualize the (implied) prior.
A wide range of plotting functions assist in assessing model convergence and
posterior inference. Models can be easily evaluated using functions
that plot posterior predictions or using relative model comparison metrics
such as information criteria or Bayes factors.
References: Stevenson et al. (2024) <doi:10.31234/osf.io/2e4dq>.
License: GPL (>= 3)
URL: https://ampl-psych.github.io/EMC2/, https://github.com/ampl-psych/EMC2
BugReports: https://github.com/ampl-psych/EMC2/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Suggests:
testthat (>= 3.0.0),
vdiffr,
knitr,
rmarkdown,
DiagrammeR
Config/testthat/edition: 3
Imports:
abind,
coda,
graphics,
grDevices,
magic,
MASS,
matrixcalc,
methods,
msm,
mvtnorm,
parallel,
stats,
Matrix,
Rcpp,
Brobdingnag,
corrplot,
colorspace,
psych,
utils,
lpSolve,
WienR,
RcppArmadillo
SystemRequirements: GSL (>= 1.15)
LinkingTo:
Rcpp,
RcppArmadillo
Depends:
R (>= 3.5.0)
LazyData: true
Config/testthat/parallel: true