levene.test {car}R Documentation

Levene's Test

Description

Computes Levene's test for homeogeneity of variance across groups.

Usage

levene.test(y, group)

Arguments

y response variable.
group factor defining groups.

Value

returns an object meant to be printed showing the results of the test.

Note

adapted from a response posted by Brian Ripley to the R-help email list.

Author(s)

John Fox jfox@mcmaster.ca

References

Fox, J. (1997) Applied Regression, Linear Models, and Related Methods. Sage.


[Package car version 1.1-0 Index]