normality.test.per.groups | R Documentation |
This function performs a normality test per groups.
normality.test.per.groups(
data,
dvs,
ivs,
dv.var = NULL,
include.global = F,
hide.details = F,
skewness = c()
)
data |
a data.frame containing the variables in which performing the normality test |
dvs |
a character vector containing the dependent variables |
ivs |
character vector containing the independent variable used define the groups |
dv.var |
column with the information to classify observations based on dependent variables |
include.global |
a boolean value indicating if a summarization is presented of all items |
hide.details |
a boolean value indicating if details should be presented |
skewness |
a list of transformation to achieve normality |
A data frame containing the normality test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.