forked from paulsharpeY/tidybayes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·128 lines (128 loc) · 3.12 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
Package: tidybayes
Title: Tidy Data and 'Geoms' for Bayesian Models
Version: 2.0.2
Date: 2020-03-18
Authors@R: c(
person("Matthew", "Kay", role = c("aut", "cre"), email = "[email protected]"),
person("Timothy", "Mastny", role = "ctb", email = "[email protected]")
)
Maintainer: Matthew Kay <[email protected]>
Description: Compose data for and extract, manipulate, and visualize posterior draws from Bayesian models
('JAGS', 'Stan', 'rstanarm', 'brms', 'MCMCglmm', 'coda', ...) in a tidy data format. Functions are provided
to help extract tidy data frames of draws from Bayesian models and that generate point
summaries and intervals in a tidy format. In addition, 'ggplot2' 'geoms' and 'stats' are provided for
common visualization primitives like points with multiple uncertainty intervals, eye plots (intervals plus
densities), and fit curves with multiple, arbitrary uncertainty bands.
Depends:
R (>= 3.5.0)
Imports:
plyr,
dplyr (>= 0.8.0),
tidyr (>= 1.0.0),
ggplot2 (>= 3.1.0),
coda,
purrr (>= 0.2.3),
rlang (>= 0.3.0),
scales,
grid,
forcats,
HDInterval,
arrayhelpers,
tidyselect,
tibble,
magrittr
Suggests:
knitr,
testthat,
vdiffr (>= 0.3.0),
svglite,
ggstance (>= 0.3.2),
rstan (>= 2.17.0),
runjags,
rjags,
jagsUI,
rstanarm (>= 2.19.2),
emmeans,
broom (>= 0.4.3),
dotwhisker,
MCMCglmm,
bayesplot,
modelr,
brms (>= 2.11.1),
cowplot,
covr,
gdtools,
rmarkdown,
ggrepel,
bindrcpp,
RColorBrewer,
gganimate,
gifski,
png,
transformr
License: GPL (>= 3)
Language: en-US
BugReports: https://github.com/mjskay/tidybayes/issues/new
URL: http://mjskay.github.io/tidybayes, https://github.com/mjskay/tidybayes
VignetteBuilder: knitr
RoxygenNote: 7.1.0
LazyData: true
Encoding: UTF-8
Collate:
"tidybayes-package.R"
"add_draws.R"
"binning_methods.R"
"combine_chains.R"
"compare_levels.R"
"compose_data.R"
"data.R"
"density_bins.R"
"deprecated.R"
"draw_key_slabinterval.R"
"fitted_draws.R"
"flip_aes.R"
"gather_draws.R"
"gather_emmeans_draws.R"
"gather_pairs.R"
"gather_variables.R"
"geom.R"
"geom_slabinterval.R"
"geom_dotsinterval.R"
"geom_interval.R"
"geom_intervalh.R"
"geom_lineribbon.R"
"geom_pointinterval.R"
"geom_pointintervalh.R"
"get_variables.R"
"global_variables.R"
"lkjcorr_marginal.R"
"onAttach.R"
"parse_dist.R"
"point_interval.R"
"predict_curve.R"
"predicted_draws.R"
"recover_types.R"
"residual_draws.R"
"sample_draws.R"
"scales.R"
"spread_draws.R"
"stat.R"
"stat_slabinterval.R"
"stat_dist_slabinterval.R"
"stat_sample_slabinterval.R"
"geom_eye.R"
"stat_dotsinterval.R"
"stat_pointinterval.R"
"stat_pointintervalh.R"
"stat_interval.R"
"stat_intervalh.R"
"stat_lineribbon.R"
"theme_tidybayes.R"
"tidy_draws.R"
"tidy_format_translators.R"
"tidybayes-models.R"
"ungather_draws.R"
"unspread_draws.R"
"util.R"
"x_at_y.R"
Roxygen: list(markdown = TRUE)