-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.09 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
Package: vizdraws
Title: Visualize Draws from the Prior and Posterior Distributions
Version: 2.0.0.9000
Date: 2024-01-10
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.
This package facilitates an animated transition between prior and posterior distributions.
Additionally, it splits the distribution into bars based on the provided 'breaks,' displaying
the probability for each region. If no 'breaks' are provided, it defaults to zero.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/ignacio82/vizdraws/ https://vizdraws.martinez.fyi/, https://github.com/ignacio82/vizdraws
Imports:
dplyr,
htmlwidgets,
magrittr,
stats,
stringr
Suggests:
glue,
knitr,
rmarkdown
RoxygenNote: 7.2.3
VignetteBuilder: knitr
BugReports: https://github.com/ignacio82/vizdraws/issues