Learn R Programming

MultBiplotR (version 23.11.0)

Levene.Tests: Levene Tests

Description

Levene Tests for a matrix of continuous variables and a grouping factor.

Usage

Levene.Tests(X, groups = NULL)

Value

The organized output

Arguments

X

The matrix of continuous variables

groups

The factor with the groups

Author

Jose Luis Vicente Villardon

Details

Levene Tests for a matrix of continuous variables and a grouping factor.

Examples

Run this code
data(wine)
Levene.Tests(wine[,4:7], wine$Group)

Run the code above in your browser using DataLab