'Wrapper Function for ggstatsplot::gghistostats and ggstatsplot::grouped_gghistostats to generate Histogram.'

jjhistostats(
  data,
  dep,
  grvar,
  typestatistics = "parametric",
  centralityline = TRUE,
  changebinwidth = FALSE,
  binwidth = 1.1,
  resultssubtitle = TRUE,
  normalcurve = FALSE
)

Arguments

data

The data as a data frame.

dep

.

grvar

.

typestatistics

.

centralityline

.

changebinwidth

.

binwidth

.

resultssubtitle

.

normalcurve

.

Value

A results object containing:

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

Examples

# \donttest{
# example will be added
# }