I was wondering why my box_m() (from library(rstatix)) call throws an error saying: is.numeric(x) || is.logical(x) is not TRUE.
box_m()
library(rstatix)
is.numeric(x) || is.logical(x) is not TRUE
As