Levene.Tests | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.