jjbarstats | R Documentation |
'Wrapper Function for ggstatsplot::ggbarstats and ggstatsplot::grouped_ggbarstats to generate Bar Charts.'
jjbarstats(
data,
dep,
group,
grvar,
excl = TRUE,
typestatistics = "parametric",
pairwisecomparisons = TRUE,
pairwisedisplay = "significant",
padjustmethod = "holm",
originaltheme = FALSE
)
data |
The data as a data frame. |
dep |
. |
group |
. |
grvar |
. |
excl |
. |
typestatistics |
. |
pairwisecomparisons |
. |
pairwisedisplay |
. |
padjustmethod |
. |
originaltheme |
. |
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.