Function for Generating Plots and Graphs Based on Variable Types.

statsplot2(
  data,
  dep,
  group,
  grvar,
  direction = "independent",
  distribution = "p",
  alluvsty = "t1",
  excl = TRUE,
  originaltheme = FALSE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

direction

select measurement type (repeated or independent)

distribution

select distribution type (parametric or nonparametric)

alluvsty

.

excl

.

originaltheme

.

Value

A results object containing:

results$todoa html
results$text4a preformatted
results$plotan image

Examples

if (FALSE) { # example will be added }