forked from carriedaymont/growthcleanr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
85 lines (82 loc) · 2.11 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
navbar:
structure:
left: [home, articles, reference, news]
right: [github]
articles:
- title: Getting started
navbar: Getting started
contents:
- quickstart
- installation
- usage
- title: Advanced
navbar: Advanced topics
contents:
- configuration
- output
- adult-algorithm
- utilities
- large-data-sets
- next-steps
- developer-guidelines
- prelim-infants-algorithm
reference:
- title: "Cleaning height and weight observations"
desc: Functions for cleaning growth data
- contents:
- cleangrowth
- ewma
- read_anthro
- sd_median
- title: "Pediatric carried forward adjustment"
desc:
Temporary functions for testing pending enhancements; will be integrated
- contents:
- acf_answers
- adjustcarryforward
- testacf
- title: "Extended measures for pediatric BMI"
desc: >
Compute Z-scores and percentiles for pediatric subjects, based on CDC SAS
program at
https://www.cdc.gov/nccdphp/dnpao/growthcharts/resources/sas.htm
- contents:
- ext_bmiz
- title: "Utilities"
desc: Support functions for common data cleaning workflows
- contents:
- longwide
- recode_sex
- simple_bmi
- splitinput
- title: "Datasets"
desc: Reference data and additional sources
- contents:
- bmianthro
- CDCref_d
- growth_cdc_ext
- lenanthro
- nhanes-reference-medians
- syngrowth
- tanner_ht_vel
- tanner_ht_vel_with_2sd
- test_syngrowth_sas_output_compare
- test_syngrowth_wide
- weianthro
- who_ht_maxvel
- who_ht_maxvel_2sd
- who_ht_vel_2sd
- who_ht_vel_3sd
- fentlms_foraga
- fentlms_forz
- growth_cdc_ext_infants
- growth_who_ext
- rc-reference-medians
- tanner_ht_vel_rev
- who_hc_maxvel
- who_hc_vel_3sd
repo:
url:
home: https://github.com/carriedaymont/growthcleanr
source: https://github.com/carriedaymont/growthcleanr/blob/main/
issue: https://github.com/carriedaymont/growthcleanr/issues/