View source: R/NormalityTests.R
NormalityTests | R Documentation |
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 variables |
groups |
A factor with the groups |
plot |
If TRUE the qqnorm plots are shown |
SortByGroups |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.