forked from mjskay/ggdist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·86 lines (86 loc) · 2.54 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: ggdist
Title: Visualizations of Distributions and Uncertainty
Version: 2.2.0.9000
Date: 2020-07-11
Authors@R: c(
person("Matthew", "Kay", role = c("aut", "cre"), email = "mjskay@umich.edu")
)
Maintainer: Matthew Kay <mjskay@umich.edu>
Description: Provides primitives for visualizing distributions using 'ggplot2' that are particularly tuned for
visualizing uncertainty in either a frequentist or Bayesian mode. Both analytical distributions (such as
frequentist confidence distributions or Bayesian priors) and distributions represented as samples (such as
bootstrap distributions or Bayesian posterior samples) are easily visualized. Visualization primitives include
but are not limited to: points with multiple uncertainty intervals,
eye plots (Spiegelhalter D., 1999) <doi:10.1111/1467-985X.00120>,
density plots, gradient plots, dot plots (Wilkinson L., 1999) <doi:10.1080/00031305.1999.10474474>,
quantile dot plots (Kay M., Kola T., Hullman J., Munson S., 2016) <doi:10.1145/2858036.2858558>,
complementary cumulative distribution function
barplots (Fernandes M., Walls L., Munson S., Hullman J., Kay M., 2018) <doi:10.1145/3173574.3173718>,
and fit curves with multiple uncertainty ribbons.
Depends:
R (>= 3.5.0)
Imports:
tidyselect,
dplyr (>= 1.0.0),
tidyr (>= 1.0.0),
ggplot2 (>= 3.3.0),
purrr (>= 0.2.3),
rlang (>= 0.3.0),
scales,
grid,
forcats,
HDInterval,
tibble,
vctrs,
fda,
distributional
Suggests:
knitr,
testthat,
vdiffr (>= 0.3.0),
svglite,
broom (>= 0.5.6),
modelr,
cowplot,
covr,
gdtools,
rmarkdown,
png,
pkgdown
License: GPL (>= 3)
Language: en-US
BugReports: https://github.com/mjskay/ggdist/issues/new
URL: http://mjskay.github.io/ggdist, https://github.com/mjskay/ggdist
VignetteBuilder: knitr
RoxygenNote: 7.1.1
LazyData: true
Encoding: UTF-8
Collate:
"ggdist-package.R"
"util.R"
"binning_methods.R"
"curve_interval.R"
"data.R"
"draw_key_slabinterval.R"
"geom.R"
"geom_slabinterval.R"
"geom_dotsinterval.R"
"geom_interval.R"
"geom_lineribbon.R"
"geom_pointinterval.R"
"lkjcorr_marginal.R"
"parse_dist.R"
"point_interval.R"
"scales.R"
"stat.R"
"stat_slabinterval.R"
"stat_dist_slabinterval.R"
"stat_sample_slabinterval.R"
"stat_dotsinterval.R"
"stat_pointinterval.R"
"stat_interval.R"
"stat_lineribbon.R"
"student_t.R"
"theme_ggdist.R"
"tidy_format_translators.R"
Roxygen: list(markdown = TRUE)