Plots Tukey-Duckworth Paired Test
Usage
plot_tukey_duckworth_test(
data,
y_var,
x_var_levels,
point_size = 3,
point_type = "solid",
split_levels = FALSE,
analysis_desc_label = NULL
)
Arguments
- data
input dataset (required)
- y_var
Y variable of interest (required)
- x_var_levels
Levels of X variable of interest (required)
- point_size
Set point size. By default, it is set to 3. (optional)
- point_type
Set point size. Options are "solid" (default) and "no fill". (optional)
- split_levels
Set whether to plot the two levels in separately on the X axis. By default, it is set to FALSE (optional)
- analysis_desc_label
Label (subtitle) for analysis description. By default, it is set to NULL (optional)