View source: R/SurveyAnalysisLib.r
surveySpecificVariance | R Documentation |
Survey Specific Variance Calculates the licence/draw type category specific variance.
surveySpecificVariance(
survey_data,
survey_response,
lic_uniq_col_name = "licence_id",
strata_col_names = c("draw_type", "resident_status", "licence_type", "age_category"),
non_var_col_names = c("area", "method")
)
survey_data |
All the survey result data for the month |
survey_response |
A data frame of response totals by licence category/draw type |
lic_uniq_col_name |
Column name identifying unique licences |
strata_col_names |
Column names to stratify variances |
non_var_col_names |
Columns that have no variance |
Variance values for the specific licence category/draw type in each area and method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.