'dplyr'-Like Syntax for Summary Statistics of Survey Data


[Up] [Top]

Documentation for package ‘srvyr’ version 1.2.0

Help Pages

A C D F G I M N P R S T U V

-- A --

all_vars Manipulate multiple columns.
anti_join Filtering joins from dplyr
any_vars Manipulate multiple columns.
as_survey Create a tbl_svy from a data.frame
as_survey.data.frame Create a tbl_svy from a data.frame
as_survey.survey.design2 Create a tbl_svy from a data.frame
as_survey.svyrep.design Create a tbl_svy from a data.frame
as_survey.tbl_lazy Create a tbl_svy from a data.frame
as_survey.tbl_svy Create a tbl_svy from a data.frame
as_survey.twophase2 Create a tbl_svy from a data.frame
as_survey_ Deprecated SE versions of main srvyr verbs
as_survey_design Create a tbl_svy survey object using sampling design
as_survey_design.data.frame Create a tbl_svy survey object using sampling design
as_survey_design.survey.design2 Create a tbl_svy survey object using sampling design
as_survey_design.tbl_lazy Create a tbl_svy survey object using sampling design
as_survey_design_ Deprecated SE versions of main srvyr verbs
as_survey_rep Create a tbl_svy survey object using replicate weights
as_survey_rep.data.frame Create a tbl_svy survey object using replicate weights
as_survey_rep.survey.design2 Create a tbl_svy survey object using replicate weights
as_survey_rep.svyrep.design Create a tbl_svy survey object using replicate weights
as_survey_rep.tbl_lazy Create a tbl_svy survey object using replicate weights
as_survey_rep.tbl_svy Create a tbl_svy survey object using replicate weights
as_survey_rep_ Deprecated SE versions of main srvyr verbs
as_survey_twophase Create a tbl_svy survey object using two phase design
as_survey_twophase.data.frame Create a tbl_svy survey object using two phase design
as_survey_twophase.twophase2 Create a tbl_svy survey object using two phase design
as_survey_twophase_ Deprecated SE versions of main srvyr verbs
as_tibble Coerce survey variables to a data frame (tibble)

-- C --

cascade Summarise multiple values into cascading groups
cascade_ Deprecated SE versions of main srvyr verbs
collect Force computation of a database query
compute Force computation of a database query
current_svy Get the survey data for the current context
cur_svy Get the survey data for the current context
cur_svy_full Get the survey data for the current context
cur_svy_wts Get the full-sample weights for the current context

-- D --

dplyr_filter_joins Filtering joins from dplyr
dplyr_single Single table verbs from dplyr and tidyr
drop_na Single table verbs from dplyr and tidyr

-- F --

filter Single table verbs from dplyr and tidyr
filter_ Deprecated SE versions of main srvyr verbs
filter_all Manipulate multiple columns.
filter_at Manipulate multiple columns.
filter_if Manipulate multiple columns.
funs Manipulate multiple columns.
funs_ Deprecated SE versions of main srvyr verbs

-- G --

get_var_est Get the variance estimates for a survey estimate
groups Get/set the grouping variables for tbl.
group_by Group a (survey) dataset by one or more variables.
group_by_ Group a (survey) dataset by one or more variables.
group_by_all Manipulate multiple columns.
group_by_at Manipulate multiple columns.
group_by_if Manipulate multiple columns.
group_data Get/set the grouping variables for tbl.
group_indices Get/set the grouping variables for tbl.
group_keys Get/set the grouping variables for tbl.
group_map.tbl_svy Apply a function to each group
group_map_dfr Apply a function to each group
group_rows Get/set the grouping variables for tbl.
group_size Get/set the grouping variables for tbl.
group_trim Single table verbs from dplyr and tidyr
group_vars Get/set the grouping variables for tbl.

-- I --

interact Create interaction terms to group by when summarizing
is.interaction Break interaction vectors back into component columns

-- M --

mutate Single table verbs from dplyr and tidyr
mutate_ Deprecated SE versions of main srvyr verbs
mutate_all Manipulate multiple columns.
mutate_at Manipulate multiple columns.
mutate_each Manipulate multiple columns.
mutate_each_ Deprecated SE versions of main srvyr verbs
mutate_if Manipulate multiple columns.

-- N --

n_groups Get/set the grouping variables for tbl.

-- P --

pull Single table verbs from dplyr and tidyr

-- R --

rename Single table verbs from dplyr and tidyr
rename_ Deprecated SE versions of main srvyr verbs
rename_all Manipulate multiple columns.
rename_at Manipulate multiple columns.
rename_if Manipulate multiple columns.
rename_with Single table verbs from dplyr and tidyr

-- S --

select Single table verbs from dplyr and tidyr
select_ Deprecated SE versions of main srvyr verbs
select_all Manipulate multiple columns.
select_at Manipulate multiple columns.
select_if Manipulate multiple columns.
semi_join Filtering joins from dplyr
set_survey_vars Set the variables for the current survey variable
srvyr srvyr: A package for 'dplyr'-Like Syntax for Summary Statistics of Survey Data.
srvyr-se-deprecated Deprecated SE versions of main srvyr verbs
srvyr_interaction srvyr interaction column
summarise Summarise multiple values to a single value.
summarise_ Deprecated SE versions of main srvyr verbs
summarise_all Manipulate multiple columns.
summarise_at Manipulate multiple columns.
summarise_each Manipulate multiple columns.
summarise_each_ Deprecated SE versions of main srvyr verbs
summarise_if Manipulate multiple columns.
summarize Summarise multiple values to a single value.
summarize_ Deprecated SE versions of main srvyr verbs
summarize_all Manipulate multiple columns.
summarize_at Manipulate multiple columns.
summarize_each Manipulate multiple columns.
summarize_each_ Deprecated SE versions of main srvyr verbs
summarize_if Manipulate multiple columns.
survey_corr Calculate correlation and its variation using survey methods
survey_count Count/tally survey weighted observations by group
survey_mean Calculate mean/proportion and its variation using survey methods
survey_median Calculate the quantile and its variation using survey methods
survey_old_median Calculate the quantile and its variation using survey methods
survey_old_quantile Calculate the quantile and its variation using survey methods
survey_prop Calculate mean/proportion and its variation using survey methods
survey_quantile Calculate the quantile and its variation using survey methods
survey_ratio Calculate the ratio and its variation using survey methods
survey_sd Calculate the population variance and its variation using survey methods
survey_tally Count/tally survey weighted observations by group
survey_total Calculate the total and its variation using survey methods
survey_var Calculate the population variance and its variation using survey methods
svychisq Chisquared tests of association for survey data.

-- T --

tbl_svy tbl_svy object.
tbl_vars List variables produced by a tbl.
transmute Single table verbs from dplyr and tidyr
transmute_ Deprecated SE versions of main srvyr verbs

-- U --

ungroup Get/set the grouping variables for tbl.
uninteract Break interaction vectors back into component columns
uninteract.data.frame Break interaction vectors back into component columns
uninteract.srvyr_interaction Break interaction vectors back into component columns
unweighted Calculate the an unweighted summary statistic from a survey

-- V --

vars Manipulate multiple columns.