# \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
)
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.