Dot Chart

jjdotplotstats(
  data,
  dep,
  group,
  grvar,
  excl = TRUE,
  typestatistics = "parametric",
  pairwisecomparisons = TRUE,
  pairwisedisplay = "significant",
  padjustmethod = "holm",
  originaltheme = FALSE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

excl

.

typestatistics

.

pairwisecomparisons

.

pairwisedisplay

.

padjustmethod

.

originaltheme

.

Value

A results object containing:

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

Examples

if (FALSE) {
# example will be added
}