Usage
jjdotplotstats(
data,
dep,
group,
grvar,
typestatistics = "parametric",
effsizetype = "biased",
centralityplotting = FALSE,
centralitytype = "parameteric",
mytitle = "",
xtitle = "",
ytitle = "",
originaltheme = FALSE,
resultssubtitle = TRUE
)
Arguments
- data
The data as a data frame.
- dep
.
- group
.
- grvar
.
- typestatistics
.
- effsizetype
.
- centralityplotting
.
- centralitytype
.
- mytitle
.
- xtitle
.
- ytitle
.
- originaltheme
.
- resultssubtitle
.
Value
A results object containing:
results$todo | | | | | a html |
results$plot2 | | | | | an image |
results$plot | | | | | an image |
Examples
# \donttest{
# example will be added
# }