-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
65 lines (62 loc) · 1.85 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
url: https://jhs-hwg.github.io/cardioStatsUSA/
template:
bootstrap: 5
bootswatch: sandstone
navbar:
structure:
left: [articles, intro, tutorials, news]
right: [github, search]
components:
articles:
text: Results
menu:
- text: Hypertension
href: articles/hypertension.html
- text: Antihypertensive medication use
href: articles/bp_meds.html
- text: Blood pressure control
href: articles/bp_control.html
tutorials:
text: Technical stuff
menu:
- text: Documentation
href: reference/index.html
- text: Replicating NCHS Data Brief No. 289
href: articles/replicate_nchs_2017.html
- text: Replicating Muntner et al, 2020
href: articles/replicate_jama_2020.html
- text: Replicating Muntner et al, 2022
href: articles/replicate_hypertension_2022.html
- text: Extending the application
href: articles/modules.html
github:
icon: fa-github
href: https://github.com/jhs-hwg/cardioStatsUSA
aria-label: Github
reference:
- title: NHANES data
desc: NHANES data include in-home interviews and study examinations conducted at mobile examination centers.
- contents:
- nhanes_data
- nhanes_key
- key_guide
- title: NHANES web application
desc: Analyze NHANES data interactively
- contents:
- app_run
- title: NHANES summary functions
desc: Simple and direct functions to summarize or visualize an outcome using NHANES data.
- contents:
- nhanes_summarize
- nhanes_visualize
- title: NHANES design functions
desc: Back-end functions for NHANES summary functions.
- contents:
- starts_with("nhanes_design")
- nhanes_calibrate
- print.nhanes_design
- get_var_info
- title: Miscellaneous
desc: Data sets or functions that are used but don't fit in the categories above.
- contents:
- replication