Violin Plots to Compare Between Groups
jjbetweenstats( data, dep, group, grvar = NULL, excl = TRUE, typestatistics = "parametric", pairwisecomparisons = TRUE, pairwisedisplay = "significant", padjustmethod = "holm", plottype = "boxviolin", originaltheme = FALSE )
data | The data as a data frame. |
---|---|
dep | . |
group | . |
grvar | . |
excl | . |
typestatistics | . |
pairwisecomparisons | . |
pairwisedisplay | . |
padjustmethod | . |
plottype | . |
originaltheme | . |
A results object containing:
results$todo | a html | ||||
results$plot2 | an image | ||||
results$plot | an image |
if (FALSE) { # example will be added }