forked from CCS-Lab/hBayesDM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
131 lines (131 loc) · 3.23 KB
/
DESCRIPTION
File metadata and controls
131 lines (131 loc) · 3.23 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Package: hBayesDM
Title: Hierarchical Bayesian Modeling of Decision-Making Tasks
Version: 1.3.0.9000
Date: 2022-09-13
Author:
Woo-Young Ahn [aut, cre],
Nate Haines [aut],
Lei Zhang [aut],
Harhim Park [ctb],
Jaeyeong Yang [ctb],
Jethro Lee [ctb]
Authors@R: c(
person("Woo-Young", "Ahn", email = "wooyoung.ahn@gmail.com", role = c("aut", "cre")),
person("Nate", "Haines", email = "haines.175@osu.edu", role = c("aut")),
person("Lei", "Zhang", email = "bnuzhanglei2008@gmail.com", role = c("aut")),
person("Harhim", "Park", email = "hrpark12@gmail.com", role = c("ctb")),
person("Jaeyeong", "Yang", email = "jaeyeong.yang1125@gmail.com", role = c("ctb")),
person("Jethro", "Lee", email = "dlemfh96@snu.ac.kr", role = c("ctb")))
Maintainer: Woo-Young Ahn <wooyoung.ahn@gmail.com>
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
(Ahn et al., 2017) <doi:10.1162/CPSY_a_00002>.
Depends:
R (>= 3.4.0),
Rcpp (>= 0.12.0),
methods
Imports:
rstan (>= 2.18.1),
loo (>= 2.0),
grid,
parallel,
ggplot2,
data.table
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
URL: https://github.com/CCS-Lab/hBayesDM
BugReports: https://github.com/CCS-Lab/hBayesDM/issues
License: GPL-3
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.2.1
SystemRequirements: GNU make
Collate:
'HDIofMCMC.R'
'preprocess_funcs.R'
'stanmodels.R'
'settings.R'
'hBayesDM_model.R'
'alt_delta.R'
'alt_gamma.R'
'bandit2arm_delta.R'
'bandit4arm2_kalman_filter.R'
'bandit4arm_2par_lapse.R'
'bandit4arm_4par.R'
'bandit4arm_lapse.R'
'bandit4arm_lapse_decay.R'
'bandit4arm_singleA_lapse.R'
'banditNarm_2par_lapse.R'
'banditNarm_4par.R'
'banditNarm_delta.R'
'banditNarm_kalman_filter.R'
'banditNarm_lapse.R'
'banditNarm_lapse_decay.R'
'banditNarm_singleA_lapse.R'
'bart_ewmv.R'
'bart_par4.R'
'cgt_cm.R'
'choiceRT_ddm.R'
'choiceRT_ddm_single.R'
'choiceRT_lba.R'
'choiceRT_lba_single.R'
'cra_exp.R'
'cra_linear.R'
'dbdm_prob_weight.R'
'dd_cs.R'
'dd_cs_single.R'
'dd_exp.R'
'dd_hyperbolic.R'
'dd_hyperbolic_single.R'
'estimate_mode.R'
'extract_ic.R'
'gng_m1.R'
'gng_m2.R'
'gng_m3.R'
'gng_m4.R'
'hBayesDM.R'
'igt_orl.R'
'igt_pvl_decay.R'
'igt_pvl_delta.R'
'igt_vpp.R'
'multiplot.R'
'peer_ocu.R'
'plot.hBayesDM.R'
'plotDist.R'
'plotHDI.R'
'plotInd.R'
'printFit.R'
'prl_ewa.R'
'prl_fictitious.R'
'prl_fictitious_multipleB.R'
'prl_fictitious_rp.R'
'prl_fictitious_rp_woa.R'
'prl_fictitious_woa.R'
'prl_rp.R'
'prl_rp_multipleB.R'
'pstRT_ddm.R'
'pstRT_rlddm1.R'
'pstRT_rlddm6.R'
'pst_Q.R'
'pst_gainloss_Q.R'
'ra_noLA.R'
'ra_noRA.R'
'ra_prospect.R'
'rdt_happiness.R'
'rhat.R'
'task2AFC_sdt.R'
'ts_par4.R'
'ts_par6.R'
'ts_par7.R'
'ug_bayes.R'
'ug_delta.R'
'wcs_sql.R'
'zzz.R'
Suggests:
testthat