-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path_pkgdown.yml
76 lines (74 loc) · 1.89 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
template:
bootstrap: 5
bootswatch: flatly
url: http://gdfe.co/srvyr/
reference:
- title: "Set up survey data"
desc: "Functions for specifying a survey's structure"
contents:
- as_survey
- as_survey_design
- as_survey_rep
- as_survey_twophase
- title: "Calculate summary statistics of survey data"
desc: "Functions for calculating summary measures taking into account complex survey design"
contents:
- cascade
- group_by
- interact
- summarise
- summarise_all
- survey_mean
- survey_total
- survey_quantile
- survey_ratio
- survey_tally
- survey_var
- survey_corr
- unweighted
- svychisq
- cur_svy_wts
- survey_old_quantile
- title: "Other supported dplyr functions"
desc: "Other functions from dplyr that work on srvyr's survey objects"
contents:
- as_tibble
- dplyr_single
- groups
- tbl_vars
- group_map_dfr
- dplyr_filter_joins
- collect
- title: "(Primarily for package authors) Extend srvyr"
desc: "Functions useful for package authors to extend srvyr"
contents:
- current_svy
- get_var_est
- set_survey_vars
- uninteract
- srvyr_interaction
- title: Other
desc: "Other things that don't fit well in existing categories"
contents:
- srvyr-se-deprecated
- srvyr
- tbl_svy
navbar:
type: default
left:
- href: index.html
icon: fa-home
- text: Overview
href: articles/srvyr-vs-survey.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: srvyr Compared to the survey Package (Overview)
href: articles/srvyr-vs-survey.html
- text: Databases in srvyr
href: articles/srvyr-database.html
- text: Extending srvyr
href: articles/extending-srvyr.html
- text: News
href: news/index.html