You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same dataset has different sample sizes (n) across the bare and grouped variant of the function.
For example, ggbetweenstats-
set.seed(123)
library(ggplot2)
library(ggstatsplot)
# create a datasetdf<-ggplot2::msleepdf$group<-"1"# bare function
ggbetweenstats(df,
vore,
brainwt,
messages=FALSE,
outlier.label=conservation)
Same dataset has different sample sizes (n) across the bare and grouped variant of the function.
For example,
ggbetweenstats
-Created on 2018-12-12 by the reprex package (v0.2.1)
Plus,
outlier.tagging
is notTRUE
and yet that column is getting evaluated. Needs to be fixed.The text was updated successfully, but these errors were encountered: