Set up survey dataFunctions for specifying a survey’s structure |
|
---|---|
Create a tbl_svy from a data.frame |
|
Create a tbl_svy survey object using sampling design |
|
Create a tbl_svy survey object using replicate weights |
|
Create a tbl_svy survey object using two phase design |
|
Calculate summary statistics of survey dataFunctions for calculating summary measures taking into account complex survey design |
|
Summarise multiple values into cascading groups |
|
Group a (survey) dataset by one or more variables. |
|
Create interaction terms to group by when summarizing |
|
Summarise multiple values to a single value. |
|
|
Manipulate multiple columns. |
Calculate mean/proportion and its variation using survey methods |
|
Calculate the total and its variation using survey methods |
|
Calculate the quantile and its variation using survey methods |
|
Calculate the ratio and its variation using survey methods |
|
Count/tally survey weighted observations by group |
|
Calculate the population variance and its variation using survey methods |
|
Calculate correlation and its variation using survey methods |
|
Calculate the an unweighted summary statistic from a survey |
|
Chisquared tests of association for survey data. |
|
Get the full-sample weights for the current context |
|
Calculate the quantile and its variation using survey methods |
|
Other supported dplyr functionsOther functions from dplyr that work on srvyr’s survey objects |
|
Coerce survey variables to a data frame (tibble) |
|
|
Single table verbs from dplyr and tidyr |
|
Get/set the grouping variables for tbl. |
List variables produced by a tbl. |
|
Apply a function to each group |
|
Filtering joins from dplyr |
|
Force computation of a database query |
|
(Primarily for package authors) Extend srvyrFunctions useful for package authors to extend srvyr |
|
Get the survey data for the current context |
|
Get the variance estimates for a survey estimate |
|
Set the variables for the current survey variable |
|
Break interaction vectors back into component columns |
|
srvyr interaction column |
|
OtherOther things that don’t fit well in existing categories |
|
|
Deprecated SE versions of main srvyr verbs |
srvyr: A package for 'dplyr'-Like Syntax for Summary Statistics of Survey Data. |
|
tbl_svy object. |