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