'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 )
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 | . |
A results object containing:
results$todo | a html | ||||
results$plot2 | an image | ||||
results$plot | an image |
if (FALSE) { # example will be added }