powered by
Making text subtitle for the Mann-Whitney U-test (between-/within-subjects designs).
subtitle_ggbetween_mann_nonparametric(data, x, y, paired = FALSE, k = 3, messages = TRUE)
Dataframe from which variables specified are preferentially to be taken.
The grouping variable.
The response - a vector of length the number of rows of x.
x
a logical indicating whether you want a paired t-test.
Number of digits after decimal point (should be an integer) (Default: k = 3).
k = 3
Decides whether messages references, notes, and warnings are to be displayed (Default: TRUE).
TRUE
# NOT RUN { subtitle_ggbetween_mann_nonparametric( data = sleep, x = group, y = extra ) # }
Run the code above in your browser using DataLab