Dot Chart

jjdotplotstats(
  data,
  dep,
  group,
  grvar,
  excl = TRUE,
  typestatistics = "parametric",
  originaltheme = FALSE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

excl

.

typestatistics

.

originaltheme

.

Value

A results object containing:

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

Examples

if (FALSE) { # example will be added }