View source: R/higher_level_disprop_analysis.R
grouped_da | R Documentation |
A package internal wrapper for executing da across subgroups
grouped_da(
df = NULL,
df_colnames = NULL,
df_syms = NULL,
expected_count_estimators = NULL,
da_estimators = NULL,
sort_by = NULL,
conf_lvl = NULL,
rule_of_N = NULL,
number_of_digits = NULL
)
df |
See the da function |
df_colnames |
See the da function |
df_syms |
A list built from df_colnames through conversion to symbols. |
expected_count_estimators |
See the da function |
da_estimators |
See the da function |
sort_by |
See the da function |
conf_lvl |
See the da function |
rule_of_N |
See the da function |
number_of_digits |
See the da function |
See the da documentation
See the da function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.