Does oneway.test do what you want? Hope this helps, Matt Wiener -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Sven Hartenstein Sent: Monday, June 21, 2004 3:23 PM To: r-help at stat.math.ethz.ch Subject: [R] Welch-JM-Test or Brown-Forsythe-Test in R? Hi, I want to test mean differences of > 2 groups with heterogenous variances and wonder whether Welch-JM-Test and/or Brown-Forsythe-Test are available in R. (These two are the ones I found in the literature and SPSS provides, I'm open for alternatives.) Any help apreciated! Sven ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Hi, I want to test mean differences of > 2 groups with heterogenous variances and wonder whether Welch-JM-Test and/or Brown-Forsythe-Test are available in R. (These two are the ones I found in the literature and SPSS provides, I'm open for alternatives.) Any help apreciated! Sven
Hi, * "Wiener, Matthew" <matthew_wiener at merck.com> writes:> Does oneway.test do what you want?Yes, guess so. Thank you! BTW, how could I have found this without asking? I only found lm(), aov() when googling, and in the help() pages of R on these functions there's no reference to oneway.test... Thanks again, Sven