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

jjhistostats(
  data,
  dep,
  grvar,
  excl = TRUE,
  typestatistics = "parametric",
  centralityparameter = "mean",
  changebinwidth = FALSE,
  binwidth = 1.1,
  barmeasure = "count",
  usexlab = FALSE,
  xlab = "",
  useylab = FALSE,
  ylab = "",
  usetitle = FALSE,
  title = "",
  usesubtitle = FALSE,
  subtitle = "",
  useplotcaption = FALSE,
  plotcaption = "",
  usetitleprefix = FALSE,
  titleprefix = "",
  resultssubtitle = TRUE,
  normalcurve = FALSE,
  testvalueline = FALSE
)

Arguments

data

The data as a data frame.

dep

.

grvar

.

excl

.

typestatistics

.

centralityparameter

.

changebinwidth

.

binwidth

.

barmeasure

.

usexlab

.

xlab

.

useylab

.

ylab

.

usetitle

.

title

.

usesubtitle

.

subtitle

.

useplotcaption

.

plotcaption

.

usetitleprefix

.

titleprefix

.

resultssubtitle

.

normalcurve

.

testvalueline

.

Value

A results object containing:

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

Examples

if (FALSE) { # example will be added }