Function for Generating Plots and Graphs Based on Variable Types.
Usage
statsplot2(
data,
dep,
group,
grvar,
direction = "independent",
distribution = "p",
alluvsty = "t1",
excl = FALSE,
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$todo | | | | | a html |
results$text4 | | | | | a preformatted |
results$plot | | | | | an image |
Examples
# \donttest{
# example will be added
# }