Levene.Tests: Levene Tests

View source: R/Levene.Tests.R

Levene.TestsR 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)

MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.