Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Levene.Tests

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

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.