forked from njtierney/naniar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
112 lines (107 loc) · 2.78 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
url: http://naniar.njtierney.com/
template:
params:
bootswatch: flatly
docsearch:
api_key: 48bc42eefc5234a6463c3b99e53dfda1
index_name: naniar
home:
links:
- text: Learn more
href: https://github.com/njtierney/naniar
reference:
- title: "Data structures for missing data"
desc: >
Creation and Manipulation of Shadow Matrices
contents:
- starts_with("as_shadow")
- bind_shadow
- nabular
- gather_shadow
- shade
- shadow_long
- unbind_shadow
- unbind_data
- starts_with("shadow_shift")
- title: "Create special missing values"
desc: >
Create special missing values so that they don't get lost!
contents:
- recode_shadow
- title: "Visualisation"
desc: >
Visualise missing data
contents:
- geom_miss_point
- starts_with("gg_miss_")
- vis_miss
- title: "Numerical Summaries"
desc: >
Provide tidy data frame summaries of missingness
contents:
- starts_with("miss_")
- title: "Handy helpers"
desc: >
Handy helpers
contents:
- starts_with("n_")
- starts_with("prop_")
- starts_with("pct_")
- starts_with("all_")
- starts_with("any_")
- starts_with("any_")
- starts_with("is_")
- starts_with("are_")
- which_are_shade
- common_na_numbers
- common_na_strings
- title: "Add columns"
desc: >
Add missing data summaries/tool columns
contents:
- starts_with("add_")
- title: "Replacing values with NA"
desc: >
Functions to help replace certain values with NA, which includes scoped
variants (_at, _if, _all) that take formulas for flexible approachs
contents:
- starts_with("replace_with_na")
- title: "Imputation helpers"
desc: >
Simple imputation methods for exploring visualisation and missingness
structure
contents:
- starts_with("impute_")
- title: "Cast Shadows"
desc: >
Add shadow information to the dataframe while reducing it to the
variables of interest
contents:
- starts_with("cast_")
- title: "Misc helpers"
desc: >
Misc helpers
contents:
- label_miss_1d
- label_miss_2d
- label_missings
- where_na
- which_na
navbar:
left:
- text: Getting Started
href: articles/getting-started-w-naniar.html
- text: Gallery
href: articles/naniar-visualisation.html
- text: "Articles"
menu:
- text: Replace with NA
href: articles/replace-with-na.html
- text: Special Missings
href: articles/special-missing-values.html
- text: Exploring Imputations
href: articles/exploring-imputed-values.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html