-
Notifications
You must be signed in to change notification settings - Fork 53
/
_pkgdown.yml
143 lines (140 loc) · 3.62 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
134
135
136
137
138
139
140
141
142
143
url: https://naniar.njtierney.com/
template:
bootstrap: 5
bootswatch: flatly
home:
title: Data Structures, Summaries, and Visualisations for Missing Data
links:
- text: Learn more
href: https://github.com/njtierney/naniar
authors:
Nicholas Tierney:
href: https://njtierney.com/
Di Cook:
href: https://www.dicook.org/
Miles McBain:
href: https://milesmcbain.xyz/
Colin Fay:
href: https://colinfay.me/
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!
See `vignette("special-missing")`.
contents: recode_shadow
- title: Visualisation
desc: |
Visualise missing data
contents:
- geom_miss_point
- stat_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 and to NA
desc: |
Functions to help replace certain values with NA, which includes scoped variants
(_at, _if, _all) that take formulas for flexible approachs. `vignette("replace-with-na")`
contents:
- starts_with("replace_with_na")
- replace_to_na
- replace_na_with
- title: Imputation helpers
desc: |
Simple imputation methods for exploring visualisation and missingness structure.
See `vignette("exploring-imputed-values")` for more details.
contents:
- starts_with("impute_")
- set-prop-n-miss
- title: Package title details
desc: |
Details of the package naniar
contents: naniar
- 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
- where
- title: Data Sources
desc: |
For practice and example usecases in naniar
contents:
- oceanbuoys
- pedestrian
- riskfactors
- title: Little's MCAR test
desc: |
For performing Little's MCAR test
contents: mcar_test
- title: ggplot2 extensions
desc: |
Custom ggplot geoms built to extend ggplot for missing values
contents: naniar-ggproto
navbar:
structure:
left: [intro, gallery, articles, reference, news]
components:
gallery:
text: Gallery
href: articles/naniar-visualisation.html
articles:
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
news:
releases:
- text: Version 1.1.0
href: https://www.njtierney.com/post/2024/03/04/naniar-version-1-1-0-prince-caspian/
- text: Version 1.0.0
href: https://www.njtierney.com/post/2023/02/07/naniar-version-1/
redirects:
- ["articles/getting-started-w-naniar.html", "articles/naniar.html"]