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


[Up] [Top]

Documentation for package ‘srvyr’ version 0.3.8

Help Pages

all_vars Manipulate multiple columns.
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.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)
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
dplyr_single Single table verbs from dplyr
filter Single table verbs from dplyr
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
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_vars Get/set the grouping variables for tbl.
mutate Single table verbs from dplyr
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.
pull Single table verbs from dplyr
rename Single table verbs from dplyr
rename_ Deprecated SE versions of main srvyr verbs
rename_all Manipulate multiple columns.
rename_at Manipulate multiple columns.
rename_if Manipulate multiple columns.
select Single table verbs from dplyr
select_ Deprecated SE versions of main srvyr verbs
select_all Manipulate multiple columns.
select_at Manipulate multiple columns.
select_if Manipulate multiple columns.
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
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_count Count/tally survey weighted observations by group
survey_mean Calculate the mean and its variation using survey methods
survey_median Calculate the quantile 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.
tbl_svy tbl_svy object.
tbl_vars List variables produced by a tbl.
transmute Single table verbs from dplyr
transmute_ Deprecated SE versions of main srvyr verbs
ungroup Get/set the grouping variables for tbl.
unweighted Calculate the an unweighted summary statistic from a survey
vars Manipulate multiple columns.