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]]
>
> ______________________________________________
> 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<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>

        [[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.

Reply via email to