Violin Plots to Compare Within Groups

jjwithinstats(
  data,
  dep,
  group,
  grvar,
  typestatistics = "parametric",
  originaltheme = FALSE,
  pointpath = TRUE,
  meanpath = TRUE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

typestatistics

.

originaltheme

.

pointpath

.

meanpath

.

Value

A results object containing:

results$todoa html
results$plot2an image
results$plotan image

Examples

if (FALSE) { # example will be added }