First you should download the car package from the r project website. Than load it by typing library(car). The actual code for levene's test is levene.test (y, group)
Kes Knave wrote: > > Dear all > > I have tried to find this function in R, but don't find it by searching in > the help function. > > Anybody who knows if R has the function "Levene's test for homogeneity of > variances"? > > Note: Im a "R-begginer" > > Regards Kes > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > -- View this message in context: http://www.nabble.com/Levene%27s-test-for-homogeneity-of-variances-%28befor-using-ANOVA%29-tp15481724p22996890.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

