-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yaml
48 lines (42 loc) · 1.2 KB
/
_pkgdown.yaml
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
title: Exploring Missing Data in the Enhanced Tuberculosis Surveillance System
url: https://samabbott.co.uk/ETSMissing
template:
params:
bootswatch: lumen
navbar:
type: inverse
left:
- text: "Home"
href: index.html
- text: "Paper + SI"
href: articles/paper.html
right:
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "Github"
href: https://github.com/seabbs/ETSMissing
reference:
- title: Analysis
desc: Functions that are used for the primary analysis.
contents:
- model_variable_missingness
- plot_date_variable_missingness
- title: Nested Missingness Tools
desc: Functions that adjust for, plot or otherwise explored data that is missing due to nesting.
contents:
- account_for_nested_missing
- plot_nested_missing
- nested_missing_table
- summarise_missingness
- title: Utilities
desc: Tools and utilities used in the analysis or within other functions
contents:
- make_results_folder
- save_data
- read_data
- save_figure
- show_figure
- pull_results
- map_variable_names