powered by
Making text subtitle for the Kruskal-Wallis test (nonparametric ANOVA) (between-subjects designs).
subtitle_ggbetween_kw_nonparametric(data, x, y, messages = TRUE, k = 3)
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
Decides whether messages references, notes, and warnings are to be displayed (Default: TRUE).
TRUE
Number of digits after decimal point (should be an integer) (Default: k = 3).
k = 3
# NOT RUN { subtitle_ggbetween_kw_nonparametric( data = ggplot2::msleep, x = vore, y = sleep_rem ) # }
Run the code above in your browser using DataLab