powered by
Levene Tests for a matrix of continuous variables and a grouping factor.
Levene.Tests(X, groups = NULL)
The organized output
The matrix of continuous variables
The factor with the groups
Jose Luis Vicente Villardon
data(wine) Levene.Tests(wine[,4:7], wine$Group)
Run the code above in your browser using DataLab