-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·68 lines (68 loc) · 1.76 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
59
60
61
62
63
64
65
66
67
68
Package: SBC
Title: Simulation Based Calibration for rstan/cmdstanr models
Version: 0.3.0.9000
Authors@R:
c(person(given = "Shinyoung",
family = "Kim",
role = c("aut"),
email = "[email protected]",
comment = c()),
person(given = "Angie.H",
family = "Moon",
role = c("aut", "cre"),
email = "[email protected]",
comment = c()),
person(given = "Martin",
family = "Modrák",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID= "0000-0002-8886-7797")),
person(given = "Teemu",
family = "Säilynoja",
role = "aut"),
person(given = "Luna",
family = "Fazio",
role = "ctb"),
person(given = "Timo",
family = "Stenz",
role = "ctb")
)
Description: SBC helps perform Simulation Based Calibration on Bayesian models.
SBC lets you check for bugs in your model code and/or algorithm that fits
the model. SBC focuses on models built with 'Stan' <https://mc-stan.org>,
but can support other modelling languages as well.
License: MIT + file LICENSE
URL: https://hyunjimoon.github.io/SBC/, https://github.com/hyunjimoon/SBC/
BugReports: https://github.com/hyunjimoon/SBC/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
R6,
posterior (>= 1.0.0),
ggplot2,
stats,
stringi,
abind,
future.apply,
dplyr,
tidyr,
tidyselect,
purrr,
memoise
Suggests:
testthat,
cmdstanr (>= 0.4.0),
rstan,
knitr,
rmarkdown,
brms,
MCMCpack,
medicaldata,
formula.tools,
MASS,
mvtnorm,
patchwork,
bayesplot
VignetteBuilder: knitr