-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
executable file
·134 lines (134 loc) · 3.58 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Package: ggdist
Title: Visualizations of Distributions and Uncertainty
Version: 3.3.2.9000
Date: 2024-03-03
Authors@R: c(
person("Matthew", "Kay", role = c("aut", "cre"), email = "[email protected]"),
person("Brenton M.", "Wiernik", role = "ctb", email = "[email protected]")
)
Maintainer: Matthew Kay <[email protected]>
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) <https://ideas.repec.org/a/bla/jorssa/v162y1999i1p45-58.html>,
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 (>= 4.0.0)
Imports:
grid,
ggplot2 (>= 3.5.0),
scales,
rlang (>= 0.3.0),
cli,
tibble,
vctrs,
withr,
glue,
gtable,
distributional (>= 0.3.2),
numDeriv,
quadprog,
Rcpp
Suggests:
tidyselect,
dplyr (>= 1.0.0),
fda,
posterior (>= 1.4.0),
beeswarm (>= 0.4.0),
rmarkdown,
knitr,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
svglite (>= 2.1.0),
fontquiver,
sysfonts,
showtext,
mvtnorm,
covr,
broom (>= 0.5.6),
patchwork,
tidyr (>= 1.0.0),
ragg (>= 1.3.0),
pkgdown
License: GPL (>= 3)
Language: en-US
BugReports: https://github.com/mjskay/ggdist/issues/new
URL: https://mjskay.github.io/ggdist/, https://github.com/mjskay/ggdist/
VignetteBuilder: knitr
RoxygenNote: 7.3.2
LazyData: true
Encoding: UTF-8
Collate:
"ggdist-package.R"
"util.R"
"compat.R"
"rd.R"
"RcppExports.R"
"abstract_geom.R"
"abstract_stat.R"
"abstract_stat_slabinterval.R"
"auto_partial.R"
"binning_methods.R"
"bounder.R"
"curve_interval.R"
"cut_cdf_qi.R"
"data.R"
"density.R"
"distributions.R"
"draw_key_slabinterval.R"
"geom.R"
"geom_slabinterval.R"
"geom_dotsinterval.R"
"geom_blur_dots.R"
"geom_interval.R"
"geom_lineribbon.R"
"geom_pointinterval.R"
"geom_slab.R"
"geom_spike.R"
"geom_swarm.R"
"guide_rampbar.R"
"lkjcorr_marginal.R"
"parse_dist.R"
"partial_colour_ramp.R"
"point_interval.R"
"position_dodgejust.R"
"pr.R"
"rd_density.R"
"rd_dotsinterval.R"
"rd_slabinterval.R"
"rd_spike.R"
"rd_lineribbon.R"
"scale_colour_ramp.R"
"scale_thickness.R"
"scale_side_mirrored.R"
"scale_.R"
"smooth.R"
"stat.R"
"stat_slabinterval.R"
"stat_dotsinterval.R"
"stat_mcse_dots.R"
"stat_pointinterval.R"
"stat_interval.R"
"stat_lineribbon.R"
"stat_spike.R"
"student_t.R"
"subguide.R"
"subscale.R"
"testthat.R"
"theme_ggdist.R"
"thickness.R"
"tidy_format_translators.R"
"weighted_ecdf.R"
"weighted_hist.R"
"weighted_quantile.R"
"deprecated.R"
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
LinkingTo:
Rcpp