## -----------------------------------------------------------------------------
source("setup.R")

## -----------------------------------------------------------------------------
citation("ggstatsplot")

## -----------------------------------------------------------------------------
try({

ggbetweenstats(iris, Species, Sepal.Length)
})

## -----------------------------------------------------------------------------
knitr::include_graphics("../man/figures/stats_reporting_format.png")