Levene Tests
Levene Tests for a matrix of continuous variables and a grouping factor.
Levene.Tests(X, groups = NULL)
X |
The matrix of continuous variables |
groups |
The factor with the groups |
Levene Tests for a matrix of continuous variables and a grouping factor.
The organized output
Jose Luis Vicente Villardon
data(wine) Levene.Tests(wine[,4:7], wine$Group)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.