forked from ignacio82/vizdraws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.07 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
Package: vizdraws
Title: Visualize Draws from the Prior and Posterior Distributions
Version: 1.0.0
Date: 2020-04-15
Authors@R: c(
person("Ignacio", "Martinez", email = "[email protected]", role = c("aut", "cre")),
person("Linus", "Marco", email = "[email protected]", role = "aut"),
person("Dan", "Thal", email = "[email protected]", role = "aut"))
Description: Interactive visualization for Bayesian prior and posterior distributions.
When both distributions are providers the animation shows a transition from
prior to posterior. Finally, the animation splits the distribution using the provided
`breaks` into bars that show the probability for each region.
If no `breaks` are providers it will use zero by default.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: http://github.com/ignacio82/vizdraws, http://ignacio82.github.io/vizdraws
Imports:
dplyr,
tidyr,
glue,
htmlwidgets,
magrittr,
stats,
stringr
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr