-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
101 lines (88 loc) · 2.24 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
url: https://brolgar.njtierney.com/
template:
bootstrap: 5
bootswatch: flatly
search:
exclude: ['news/index.html']
home:
links:
- text: Learn more
href: https://github.com/njtierney/brolgar
reference:
- title: "Data"
desc: >
Datasets that come with `brolgar`
contents:
- wages
- heights
- pisa
- title: "ggplot helpers"
desc: >
ggplot2 functions to help explore your data
contents:
- facet_sample
- facet_strata
- title: "Sampling helpers"
desc: >
Functions to help sampling series from the data
contents:
- starts_with("sample_")
- stratify_keys
- title: "Features"
desc: >
Identify features in your data:
contents:
- starts_with("feat_")
- title: "Exploratory tools (Experimental)"
desc: >
Tools to help with exploratory modelling of your data
contents:
- key_slope
- add_key_slope
- starts_with("keys_near")
- title: "Find observations near a value"
desc: >
Identify observations near some summary value
contents:
- starts_with("near")
- title: "Summaries"
desc: >
Functions that are used to power the summary functions in `brolgar`
contents:
- starts_with("b_")
- starts_with("l_")
- title: "Helpers"
desc: >
Helper functions to assist summarising data
contents:
- n_obs
- add_n_obs
- n_keys
- increasing
- decreasing
- unvarying
- monotonic
- index_summary
navbar:
left:
- text: Getting Started
href: articles/getting-started.html
- text: Gallery
href: articles/visualisation-gallery.html
- text: "Articles"
menu:
- text: Data Structures
href: articles/longitudinal-data-structures.html
- text: Exploratory Modelling
href: articles/exploratory-modelling.html
- text: Finding Features
href: articles/finding-features.html
- text: Identify Interesting Observations
href: articles/id-interesting-obs.html
- text: Exploring Mixed Effects Models
href: articles/mixed-effects-models.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
destination: docs