resp_vars: variable the name of the measurement variable
group_vars: variable the name of the observer, device or reader variable
co_vars: variable list a vector of covariables, e.g. age and sex for adjustment
threshold_type: enum empirical | user | none. See acc_margins.
threshold_value: numeric see acc_margins
min_obs_in_subgroup: integer from=0. This optional argument specifies the minimum number of observations that is required to include a subgroup (level) of the group_var in the analysis.
ds1: data.frame the data frame that contains the measurements, after replacing missing value codes by NA, excluding inadmissible values and transforming categorical variables to factors.
label_col: variable attribute the name of the column in the metadata with labels of variables
levels: levels() of the original ordinal variable, if applicable. Used for axis tick labels.
adjusted_hint: character hint, if adjusted for co_vars
title: character title for the plot
n_violin_max: integer from=0. This optional argument specifies the maximum number of levels of the group_var for which violin plots will be shown in the figure.
sort_group_var_levels: logical Should the levels of the grouping variable be sorted descending by the number of observations (in the figure)?
include_numbers_in_figures: logical Should the figure report the number of observations for each level of the grouping variable?