-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
38 lines (31 loc) · 929 Bytes
/
_pkgdown.yml
File metadata and controls
38 lines (31 loc) · 929 Bytes
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
url: https://urbaninstitute.github.io/ntistools/
template:
bootstrap: 5
home:
strip_header: true
reference:
- title: "Recode & Collapse"
desc: "Transform numeric survey codes into standardized values."
contents:
- recode_binary
- recode_sentinel
- collapse_likert
- title: "Label"
desc: "Convert numeric codes to human-readable strings."
contents:
- label_binary
- label_likert
- title: "Combine & Count"
desc: "Aggregate multiple binary indicators into summary columns."
contents:
- combine_binary
- count_binary
- title: "Impute & Propagate"
desc: "Fill or override values based on flag or parent columns."
contents:
- impute_from_flag
- propagate_parent
- title: "Filter"
desc: "Conditionally set variables to NA for ineligible respondents."
contents:
- apply_filter