forked from mjskay/tidybayes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
executable file
·133 lines (117 loc) · 2.95 KB
/
_pkgdown.yml
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
url: http://mjskay.github.io/tidybayes
template:
params:
bootswatch: paper
ganalytics: UA-93322-5
authors:
Matthew Kay:
href: http://www.mjskay.com
reference:
- title: Composing data for input to a model
desc: Transform tidy data frames into data lists appropriate for model types like Stan and JAGS
contents:
- compose_data
- data_list
- as_data_list
- n_prefix
- x_at_y
- title: Model types
desc: Models supported by tidybayes
contents:
- tidybayes-models
- title: Extracting posteriors
desc: Get tidy draws of posterior distributions from objects (and helper functions for examining objects)
contents:
- get_variables
- recover_types
- gather_draws
- spread_draws
- tidy_draws
- gather_emmeans_draws
- ungather_draws
- unspread_draws
- title: Extracting fits, predictions, and residuals
desc: Get tidy draws from transformed linear predictors ("fits"), posterior predictions, or residuals
contents:
- add_fitted_draws
- fitted_draws
- add_linpred_draws
- linpred_draws
- add_predicted_draws
- predicted_draws
- add_residual_draws
- residual_draws
- add_draws
- title: Manipulating tidy data frames of draws
desc: Convenience functions for common data manipulation tasks with tidy data frames of draws
contents:
- sample_draws
- compare_levels
- gather_variables
- gather_pairs
- to_broom_names
- from_broom_names
- to_ggmcmc_names
- from_ggmcmc_names
- combine_chains
- density_bins
- histogram_bins
- title: Point summaries and intervals
desc: Calculate point summaries and intervals on (grouped) data frames of draws
contents:
- point_interval
- point_intervalh
- qi
- hdi
- Mode
- ends_with("hdci")
- ends_with("hdi")
- ends_with("qi")
- ends_with("hdcih")
- ends_with("hdih")
- ends_with("qih")
- title: Visualizing draws
desc: Stats and geoms for visualizing tidy data frames of draws
contents:
- geom_slabinterval
- stat_sample_slabinterval
- geom_interval
- geom_intervalh
- geom_lineribbon
- geom_pointinterval
- geom_pointintervalh
- geom_dotsinterval
- stat_interval
- stat_intervalh
- stat_lineribbon
- stat_pointinterval
- stat_pointintervalh
- stat_dotsinterval
- title: Visualizing analytical distributions
desc: Stats, geoms, and helper functions for visualizing analytical distributions, such as priors
contents:
- stat_dist_slabinterval
- stat_dist_dotsinterval
- parse_dist
- lkjcorr_marginal
- marginalize_lkjcorr
- title: GGplot scales
desc: Scales for custom aesthetics used by tidybayes geoms and stats
contents:
- scales
- title: GGplot theme
desc: Tidybayes theme for ggplot2
contents:
- theme_tidybayes
- facet_title_left_horizontal
- facet_title_right_horizontal
- axis_titles_bottom_left
- title: Deprecated functions
desc: Deprecated functions
contents:
- tidybayes-deprecated
- geom_eye
- geom_eyeh
- geom_halfeyeh
- predict_curve
- predict_curve_density