View source: R/lower_level_disprop_analysis.R
round_and_sort_by_lower_da_limit | R Documentation |
Sorts the output by the mean lower limit of a passed da estimator
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
)
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. |
The df object, sorted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.