-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
80 lines (67 loc) · 1.69 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
url: https://larmarange.github.io/broom.helpers/
template:
bootstrap: 5
development:
mode: auto
authors:
Joseph Larmarange:
href: "http://joseph.larmarange.net/"
Daniel D. Sjoberg:
href: "http://www.danieldsjoberg.com/"
navbar:
type: default
left:
- icon: fa-home
href: index.html
- text: Reference
href: reference/index.html
- text: Getting Started
href: articles/tidy.html
- text: Marginal estimates
href: articles/marginal_tidiers.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/larmarange/broom.helpers
reference:
- title: All-in-one function
- contents:
- tidy_plus_plus
- supported_models
- title: Add to tidy tibbles
- contents:
- starts_with("tidy_attach")
- starts_with("tidy_identify")
- starts_with("tidy_add")
- starts_with("tidy_disambiguate")
- starts_with("tidy_remove")
- starts_with("tidy_select")
- title: Custom tidiers
- contents:
- tidy_broom
- tidy_parameters
- tidy_with_broom_or_parameters
- tidy_multgee
- tidy_zeroinfl
- title: Tidiers for marginal predictions, contrasts, and effects
- contents:
- tidy_marginal_predictions
- tidy_all_effects
- tidy_ggpredict
- tidy_avg_comparisons
- tidy_marginal_contrasts
- tidy_avg_slopes
- tidy_margins
- tidy_marginal_means
- title: Get information from model objects
- contents:
- starts_with("model_")
- title: Variable type selectors
- contents:
- starts_with("all_")
- scope_tidy
- title: Exported utility functions
- contents:
- starts_with("\\.")
- seq_range