R/for_jjstatsplot.R

# \donttest{
# setup
set.seed(123)
library(ggstatsplot)

# two groups (*t*-test)


# more than two groups (anova)
library(WRS2)

ggwithinstats(
  data = WineTasting,
  x = Wine,
  y = Taste,
  type = "r",
  outlier.tagging = TRUE,
  outlier.label = Taster
)

# }
sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.