-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
52 lines (52 loc) · 1.58 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
Package: baggr
Type: Package
Title: Bayesian Aggregate Treatment Effects
Version: 0.7.8
Authors@R: c(person("Witold", "Wiecek", email = "[email protected]", role = c("cre", "aut")),
person("Rachael", "Meager", role="aut"),
person("Brice", "Green", role="ctb", comment = "loo_compare, many visuals"),
person("Danny", "Toomey", role="ctb", comment = "many bug fixes"),
person("Trustees of", "Columbia University", role = "cph", comment = "package skeleton"))
Maintainer: Witold Wiecek <[email protected]>
Description: Running and comparing meta-analyses of data with hierarchical
Bayesian models in Stan, including convenience functions for formatting
data, plotting and pooling measures specific to meta-analysis. This implements many models
from Meager (2019) <doi:10.1257/app.20170299>.
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
Biarch: true
Depends: R (>= 3.5.0), Rcpp (>= 0.12.17)
Imports:
rstan (>= 2.26.0),
rstantools (>= 2.1.1),
bayesplot,
crayon,
forestplot,
ggplot2,
ggplotify,
ggrepel,
gridExtra,
utils,
stats,
testthat,
methods
LinkingTo:
StanHeaders (>= 2.26.0),
rstan (>= 2.26.0),
BH (>= 1.66.0-1),
Rcpp (>= 0.12.17),
RcppParallel (>= 5.0.1),
RcppEigen (>= 0.3.3.4.0)
SystemRequirements: GNU make
NeedsCompilation: yes
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
covr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/wwiecek/baggr
BugReports: https://github.com/wwiecek/baggr/issues
Language: en-GB