Re: [R] NonParametric Anova

2011-06-18 Thread Tal Galili
Hi Loo, This topic has been asked a lot. I've complied a bunch of tutorials and relevant functions here: http://www.r-statistics.com/2010/04/repeated-measures-anova-with-r-tutorials/ If you find resources which I haven't listed, please let me know... Best, Tal Contact Details:

Re: [R] NonParametric Anova

2011-06-17 Thread Daniel Malter
A function for non-parametric multivariate analysis of variance (should do univariate, too, I guess) allowing for interactions (as far as I can tell) is implemented in the anosim() function of the "vegan" package. See also: http://cc.oulu.fi/~jarioksa/opetus/metodi/vegantutor.pdf http://cran.r-

Re: [R] NonParametric Anova

2011-06-16 Thread Greg Snow
Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Loo Yim Ling > Sent: Thursday, June 16, 2011 2:24 AM > To: r-help@R-project.org > Subject: [R] NonParametric Anova > > Dear Sir, > > I would like to ask whether there

Re: [R] NonParametric Anova

2011-06-16 Thread Uddin, Sharif [ATRMUS]
-project.org] On Behalf Of Loo Yim Ling Sent: Thursday, June 16, 2011 4:24 AM To: r-help@R-project.org Subject: [R] NonParametric Anova Dear Sir, I would like to ask whether there is any tool in R, developed for the function of non parametric Anova, where the non parametric analysis is able to compute the

[R] NonParametric Anova

2011-06-16 Thread Loo Yim Ling
Dear Sir, I would like to ask whether there is any tool in R, developed for the function of non parametric Anova, where the non parametric analysis is able to compute the p-value for interaction as well (similar to Anova)? If not, would sir like to suggest any of the other statistical software