View source: R/jjhistostats.h.R
jjhistostats | R Documentation |
'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
)
data |
The data as a data frame. |
dep |
. |
grvar |
. |
typestatistics |
. |
centralityline |
. |
changebinwidth |
. |
binwidth |
. |
resultssubtitle |
. |
normalcurve |
. |
A results object containing:
results$todo | a html | ||||
results$plot2 | an image | ||||
results$plot | an image | ||||
# example will be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.