Box-Violin Plots to Compare Within Groups

jjwithinstats(
  data,
  dep1,
  dep2,
  dep3,
  dep4,
  pointpath = FALSE,
  centralitypath = FALSE,
  centralityplotting = FALSE,
  centralitytype = "parameteric",
  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
)

Arguments

data

The data as a data frame.

dep1

.

dep2

.

dep3

.

dep4

.

pointpath

.

centralitypath

.

centralityplotting

.

centralitytype

.

typestatistics

.

pairwisecomparisons

.

pairwisedisplay

.

padjustmethod

.

effsizetype

.

violin

.

boxplot

.

point

.

mytitle

.

xtitle

.

ytitle

.

originaltheme

.

resultssubtitle

.

Value

A results object containing:

results$todoa html
results$plotan image

Examples

# \donttest{
# example will be added
# }