Levene.Tests {MultBiplotR} | R Documentation |
Levene Tests
Description
Levene Tests for a matrix of continuous variables and a grouping factor.
Usage
Levene.Tests(X, groups = NULL)
Arguments
X |
The matrix of continuous variables |
groups |
The factor with the groups |
Details
Levene Tests for a matrix of continuous variables and a grouping factor.
Value
The organized output
Author(s)
Jose Luis Vicente Villardon
Examples
data(wine)
Levene.Tests(wine[,4:7], wine$Group)
[Package MultBiplotR version 23.11.0 Index]