-
Notifications
You must be signed in to change notification settings - Fork 113
/
NAMESPACE
109 lines (108 loc) · 2.46 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(plot,hBayesDM)
export(HDIofMCMC)
export(alt_delta)
export(alt_gamma)
export(bandit2arm_delta)
export(bandit4arm2_kalman_filter)
export(bandit4arm_2par_lapse)
export(bandit4arm_4par)
export(bandit4arm_lapse)
export(bandit4arm_lapse_decay)
export(bandit4arm_singleA_lapse)
export(banditNarm_2par_lapse)
export(banditNarm_4par)
export(banditNarm_delta)
export(banditNarm_kalman_filter)
export(banditNarm_lapse)
export(banditNarm_lapse_decay)
export(banditNarm_singleA_lapse)
export(bart_ewmv)
export(bart_par4)
export(cgt_cm)
export(choiceRT_ddm)
export(choiceRT_ddm_single)
export(cra_exp)
export(cra_linear)
export(dbdm_prob_weight)
export(dd_cs)
export(dd_cs_single)
export(dd_exp)
export(dd_hyperbolic)
export(dd_hyperbolic_single)
export(estimate_mode)
export(extract_ic)
export(gng_m1)
export(gng_m2)
export(gng_m3)
export(gng_m4)
export(igt_orl)
export(igt_pvl_decay)
export(igt_pvl_delta)
export(igt_vpp)
export(multiplot)
export(peer_ocu)
export(plotDist)
export(plotHDI)
export(plotInd)
export(printFit)
export(prl_ewa)
export(prl_fictitious)
export(prl_fictitious_multipleB)
export(prl_fictitious_rp)
export(prl_fictitious_rp_woa)
export(prl_fictitious_woa)
export(prl_rp)
export(prl_rp_multipleB)
export(pstRT_ddm)
export(pstRT_rlddm1)
export(pstRT_rlddm6)
export(pst_Q)
export(pst_gainloss_Q)
export(ra_noLA)
export(ra_noRA)
export(ra_prospect)
export(rdt_happiness)
export(rhat)
export(task2AFC_sdt)
export(ts_par4)
export(ts_par6)
export(ts_par7)
export(ug_bayes)
export(ug_delta)
export(wcs_sql)
import(Rcpp)
import(methods)
importFrom(data.table,fread)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(loo,extract_log_lik)
importFrom(loo,loo)
importFrom(loo,relative_eff)
importFrom(loo,waic)
importFrom(parallel,detectCores)
importFrom(rstan,extract)
importFrom(rstan,rstan_options)
importFrom(rstan,sampling)
importFrom(rstan,stan_model)
importFrom(rstan,stan_plot)
importFrom(rstan,summary)
importFrom(rstan,traceplot)
importFrom(rstan,vb)
importFrom(stats,complete.cases)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(utils,head)
importFrom(utils,read.table)
useDynLib(hBayesDM, .registration = TRUE)