Normality tests
Normality tests foor the columns of a matrix and a grouping variable.
NormalityTests(X, groups = NULL, plot = FALSE, SortByGroups = FALSE)
X
: A data frame or a matrix containing several numerical variablesgroups
: A factor with the groupsplot
: If TRUE the qqnorm plots are shownSortByGroups
: Should the results be sorted by groups?Normality tests foor the columns of a matrix and a grouping variable.
The normality tests and the plots
Jose Luis Vicente Villardon
data(wine) NormalityTests(wine[,4:6], groups = wine$Origin, plot=TRUE)
Useful links