Sort a disproportionality analysis by the lower da conf. or cred. limit
Source:R/lower_level_disprop_analysis.R
round_and_sort_by_lower_da_limit.Rd
Sorts the output by the mean lower limit of a passed da estimator
Usage
round_and_sort_by_lower_da_limit(
df = NULL,
df_colnames = NULL,
df_syms = NULL,
conf_lvl = NULL,
sort_by = NULL,
da_estimators = NULL,
number_of_digits = 2
)
Arguments
- df
See add_disproportionality
- df_colnames
See add_disproportionality
- df_syms
See add_disproportionality
- conf_lvl
See add_disproportionality
- sort_by
See add_disproportionality
- da_estimators
See add_disproportionality
- number_of_digits
Numeric value. Set the number of digits to show in output by passing an integer. Default value is 2 digits. Set to NULL to avoid rounding.