-
Notifications
You must be signed in to change notification settings - Fork 59
/
_pkgdown.yml
executable file
·89 lines (77 loc) · 2.09 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
url: https://mjskay.github.io/tidybayes
template:
params:
bootswatch: paper
ganalytics: UA-93322-5
authors:
Matthew Kay:
href: https://www.mjskay.com
reference:
- title: Package overview
desc: Overview of tidybayes.
contents:
- tidybayes-package
- tidybayes-models
- 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: Extracting posteriors
desc: Get tidy draws or `rvar`s 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
- spread_rvars
- gather_rvars
- nest_rvars
- unnest_rvars
- summarise_draws.grouped_df
- title: Extracting fits, predictions, and residuals
desc: Get tidy draws or `rvar`s 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
- epred_rvars
- predicted_rvars
- linpred_rvars
- 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
- emmeans_comparison
- 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, intervals, geoms, and stats
desc: For the `point_interval` family (`median_qi`, etc) and various `geom`s and `stat`s for
visualizing posteriors, see the [ggdist documentation](https://mjskay.github.io/ggdist/reference/)
- title: Deprecated functions
desc: Deprecated functions
contents:
- "tidybayes-deprecated"
- predict_curve
- predict_curve_density