-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.21 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
Package: rstanBF
Title: rstanBF computes the Bayes Factor for data in specified
two-level hierarchical models
Version: 0.1.4
Authors@R:
person(given = "Lorenzo",
family = "Gaborini",
role = c("aut", "cre"),
email = "[email protected]")
Description: rstanBF computes the Bayes Factor for data in
specified two-level hierarchical models. Also contains tools to
elicit the hyperpriors, and obtain the posteriors.
License: GPL (>=3)
Depends:
R (>= 3.4.0),
methods,
Rcpp (>= 1.0.0)
Imports:
assertthat,
bridgesampling,
dplyr,
ggplot2,
glue,
magrittr,
MASS,
purrr,
rlang,
rstan (>= 2.18.2),
rstantools (>= 1.5.1),
scales,
stats,
stringr,
tibble,
tidyr,
tidyselect,
utils
Suggests:
bayesplot,
knitr,
rmarkdown,
rsamplestudy,
testthat
LinkingTo:
BH (>= 1.69.0-1),
Rcpp (>= 1.0.0),
RcppEigen (>= 0.3.3.5.0),
rstan (>= 2.18.2),
StanHeaders (>= 2.18.0-1)
VignetteBuilder:
knitr
Remotes:
github::lgaborini/rsamplestudy
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: GNU make