plot_tukey_duckworth_paired_test {sherlock} | R Documentation |
Plot Tukey-Duckworth Paired Test
Description
Plots Tukey-Duckworth Paired Test
Usage
plot_tukey_duckworth_paired_test(data, y_var, x_vars, arrows = FALSE)
Arguments
data |
input dataset (required) |
y_var |
Y variable of interest (required) |
x_vars |
X variables of interest (required) |
arrows |
Set whether to display arrows in the plot. By default, it is set to FALSE (optional) |
Value
A 'ggplot' object
[Package sherlock version 0.7.0 Index]