-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 912 Bytes
/
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
Package: adaptBayes
Title: Adaptive Bayesian Updates
Version: 2.0.2
Authors@R:
c(
person(given = "Philip", family = "Boonstra", role = c("aut"), email = "[email protected]"),
person(given = "Michael", family = "Kleinsasser", role = c("cre"), email = "[email protected]"))
Description: The adaptBayes R packages provides code to accompany the methodology
developed in Boonstra and Barbaro (2020). The sensible adaptive bayesian
update is implemented in `glm_sab()` and the naive adaptive bayesian update
is implemented in `glm_nab()`.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Biarch: true
Depends:
R (>= 3.5.0)
Imports:
methods,
dplyr,
mice,
cmdstanr
SystemRequirements: GNU make, CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3