Scatter Plot

jjscatterstats(
  data,
  dep,
  group,
  grvar,
  typestatistics = "parametric",
  mytitle = "",
  xtitle = "",
  ytitle = "",
  originaltheme = FALSE,
  resultssubtitle = TRUE
)

Arguments

data

The data as a data frame.

dep

.

group

.

grvar

.

typestatistics

.

mytitle

.

xtitle

.

ytitle

.

originaltheme

.

resultssubtitle

.

Value

A results object containing:

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

Examples

# \donttest{
# example will be added
# }