[R] how can i do anova

Andrew Miles rstuff.miles at gmail.com
Mon Oct 11 17:54:51 CEST 2010


Type ?anova on your R command line for the basic function, and links  
to related functions.

Also, try a google search of something like "doing anova in R" and you  
should find multiple tutorials or examples.

Andrew Miles


On Oct 11, 2010, at 11:33 AM, Mauluda Akhtar wrote:

> Hi,
>
> I've a table like the following. I want to do ANOVA. Could you  
> please tell
> me how can i do it.
> I want to show whether the elements (3 for each column) of a column  
> are
> significantly different or not.
> Just to inform you that i'm a new user of "R"
>
>
> bp_30048741 bp_30049913 bp_30049953 bp_30049969 bp_30049971  
> bp_30050044
> [1,]          69          46          43          54           
> 54          41
> [2,]          68          22          39          31           
> 31          22
> [3,]          91          54          57          63           
> 63          50
>
>
> Thank you.
>
> Moon
>
> 	[[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.



More information about the R-help mailing list