'Wrapper Function for ggstatsplot::ggbarstats and ggstatsplot::grouped_ggbarstats to generate Bar Charts.'

jjbarstats(
  data,
  dep,
  group,
  grvar,
  direction = "independent",
  mytitle = "",
  xtitle = "",
  ytitle = "",
  originaltheme = FALSE,
  resultssubtitle = TRUE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

direction

select measurement type (repeated or independent)

mytitle

.

xtitle

.

ytitle

.

originaltheme

.

resultssubtitle

.

Value

A results object containing:

results$todoa html
results$plot2an image
results$plotan image

Examples

# \donttest{
# example will be added
# }