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 )
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 | . |
A results object containing:
results$todo | a html | ||||
results$text4 | a preformatted | ||||
results$plot | an image |
if (FALSE) { # example will be added }