Kes Knave
2008-Feb-14 14:47 UTC
[R] Levene's test for homogeneity of variances (befor using ANOVA)
En innebygd og tegnsett-uspesifisert tekst ble skilt ut... Navn: ikke tilgjengelig Nettadresse: https://stat.ethz.ch/pipermail/r-help/attachments/20080214/5a98c799/attachment.pl
Chuck Cleland
2008-Feb-14 14:59 UTC
[R] Levene's test for homogeneity of variances (befor using ANOVA)
On 2/14/2008 9:47 AM, 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"I wonder how you searched for a function. For example, when I do the following: RSiteSearch("levene", restrict="function") levene.test() functions in the car and lawstat packages are the first two hits.> Regards Kes > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org 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.-- Chuck Cleland, Ph.D. NDRI, Inc. 71 West 23rd Street, 8th floor New York, NY 10010 tel: (212) 845-4495 (Tu, Th) tel: (732) 512-0171 (M, W, F) fax: (917) 438-0894
Gavin Simpson
2008-Feb-14 14:59 UTC
[R] Levene's test for homogeneity of variances (befor using ANOVA)
On Thu, 2008-02-14 at 15:47 +0100, 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"?results 1 & 2 of: RSiteSearch("Levene's", restrict = "functions") and, as alternatives, results 1 and 2 of: RSiteSearch("homogeneity of variances", restrict = "functions")> > Note: Im a "R-begginer"That doesn't mean you are incapable of following instruction. Please do follow the posting guide!> > Regards KesHTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Dr. Gavin Simpson [t] +44 (0)20 7679 0522 ECRC, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT. [w] http://www.freshwaters.org.uk %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
David Whiting
2008-Feb-14 15:07 UTC
[R] Levene's test for homogeneity of variances (befor using ANOVA)
On Thu, Feb 14, 2008 at 03:47:35PM +0100, 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.Take a look at in R: ?RSiteSearch Use this to search for it.> > Anybody who knows if R has the function "Levene's test for homogeneity of > variances"? >Yes. David> Note: Im a "R-begginer" > > Regards Kes > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org 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.-- David Whiting, Ph.D. Advancing Research in Chronic Disease Epidemiology (ARCHEPI) programme Institute of Health and Society, The Medical School, Newcastle University, Framlington Place, Newcastle upon Tyne, NE2 4HH. Tel: +44 191 222 7045; Extn: 7375; Fax: +44 191 222 8211. http://research.ncl.ac.uk/archepi www.ncl.ac.uk/ihs
Jorge Iván Vélez
2008-Feb-14 16:57 UTC
[R] Levene's test for homogeneity of variances (befor using ANOVA)
Hi Kes, Try> library(help=car) > ?levene.testor "levene" in http://www.rseek.org/ (first hit). I hope this helps, Jorge On 2/14/08, Kes Knave <kestrel78@gmail.com> 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]] > > ______________________________________________ > R-help@r-project.org 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. >[[alternative HTML version deleted]]
pleco
2009-Apr-11 01:07 UTC
[R] Levene's test for homogeneity of variances (befor using ANOVA)
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]] > > ______________________________________________ > R-help at r-project.org 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.