forked from HarhimPark/hBayesDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·32 lines (32 loc) · 1.08 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
Package: hBayesDM
Title: Hierarchical Bayesian Modeling of Decision-Making Tasks
Version: 0.6.0
Date: 2018-09-11
Authors@R: c(
person("Woo-Young", "Ahn", email = "[email protected]", role = c("aut", "cre")),
person("Nate", "Haines", email = "[email protected]", role = c("aut")),
person("Lei", "Zhang", email = "[email protected]", role = c("aut")) )
Maintainer: Woo-Young Ahn <[email protected]>
Description: Fit an array of decision-making tasks with computational models in
a hierarchical Bayesian framework. Can perform hierarchical Bayesian analysis of
various computational models with a single line of coding.
Depends:
R (>= 3.4.0),
Rcpp (>= 0.12.14),
methods
Imports:
rstan (>= 2.17.0),
rstantools (>= 1.4.0),
loo (>= 2.0),
grid,
parallel,
ggplot2
LinkingTo: StanHeaders (>= 2.17.0), rstan (>= 2.17.0), BH (>= 1.65.0.1), Rcpp
(>= 0.12.14), RcppEigen (>= 0.3.3.3.1)
URL: http://rpubs.com/CCSL/hBayesDM
License: GPL-3
LazyData: true
Author: Woo-Young Ahn [aut, cre],
Nate Haines [aut],
Lei Zhang [aut]
RoxygenNote: 6.0.1