grouped_da {pvda} | R Documentation |
Disproportionality Analysis by Subgroups
Description
A package internal wrapper for executing da across subgroups
Usage
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
)
Arguments
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 |
Details
See the da documentation
Value
See the da function
[Package pvda version 0.0.3 Index]