Re: [R] How to run one-way anova R?

2008-02-12 Thread Dimitris Rizopoulos
/ http://www.student.kuleuven.be/~m0390867/dimitris.htm - Original Message - From: Kes Knave [EMAIL PROTECTED] To: r-help@r-project.org Sent: Tuesday, February 12, 2008 2:54 PM Subject: [R] How to run one-way anova R? Dear all, How do I run a basic one-way anova in R? Regards

Re: [R] How to run one-way anova R?

2008-02-12 Thread ONKELINX, Thierry
of uncertainties, a surgery of suppositions. ~M.J.Moroney -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Kes Knave Verzonden: dinsdag 12 februari 2008 14:54 Aan: r-help@r-project.org Onderwerp: [R] How to run one-way anova R? Dear all, How do I run a basic one-way

[R] How to run one-way anova R?

2008-02-12 Thread Kes Knave
Dear all, How do I run a basic one-way anova in R? 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

Re: [R] How to run one-way anova R?

2008-02-12 Thread milton ruser
Hi Kes, May be: my.df-data.frame(FT=rep(c(Fa,Fb),10),Y=runif(20)) aov(Y ~ FT, data = my.df ) # fixed effects Kind regards, miltinho On 2/12/08, Kes Knave [EMAIL PROTECTED] wrote: Dear all, How do I run a basic one-way anova in R? Regards Kes [[alternative HTML version deleted]]

Re: [R] How to run one-way anova R?

2008-02-12 Thread Chuck Cleland
On 2/12/2008 8:54 AM, Kes Knave wrote: Dear all, How do I run a basic one-way anova in R? Have you read the relevant sections of An Introduction to R, as the posting guide requests? Have you tried searching for documentation using, for example: RSiteSearch(oneway ANOVA) or