Usage
jjbetweenstats(
data,
dep,
group,
grvar = NULL,
centralityplotting = FALSE,
centralitytype = "parametric",
typestatistics = "parametric",
pairwisecomparisons = FALSE,
pairwisedisplay = "significant",
padjustmethod = "holm",
effsizetype = "biased",
violin = TRUE,
boxplot = TRUE,
point = TRUE,
mytitle = "Within Group Comparison",
xtitle = "",
ytitle = "",
originaltheme = FALSE,
resultssubtitle = TRUE,
plottype = "boxviolin",
bfmessage = TRUE,
k = 2,
conflevel = 0.95,
varequal = FALSE,
meanplotting = TRUE,
meanci = FALSE,
notch = FALSE,
samplesizeLabel = TRUE
)
Arguments
- data
The data as a data frame.
- dep
.
- group
.
- grvar
.
- centralityplotting
.
- centralitytype
.
- typestatistics
.
- pairwisecomparisons
.
- pairwisedisplay
.
- padjustmethod
.
- effsizetype
.
- violin
.
- boxplot
.
- point
.
- mytitle
.
- xtitle
.
- ytitle
.
- originaltheme
.
- resultssubtitle
.
- plottype
Type of plot to display - combination of box and violin plots, box plots only, or violin plots only.
- bfmessage
Whether to display Bayes Factor in the subtitle when using Bayesian analysis.
- k
Number of decimal places for displaying statistics in the subtitle.
- conflevel
Confidence level for confidence intervals.
- varequal
Whether to assume equal variances across groups for parametric tests.
- meanplotting
Whether to highlight and display mean values.
- meanci
Whether to display 95\
notchWhether to use notched box plots for comparing medians.
samplesizeLabelWhether to display sample size information for each group.
A results object containing:
results$todo | a html | ||||
results$plot2 | an image | ||||
results$plot | an image |