Re: [R] how can i do anova

2010-10-11 Thread Mauluda Akhtar
Dear Liviu, Thanks a lot. moon On Tue, Oct 12, 2010 at 1:02 AM, Liviu Andronic wrote: > Hello > > On Mon, Oct 11, 2010 at 5:33 PM, 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 wheth

Re: [R] how can i do anova

2010-10-11 Thread Mauluda Akhtar
Dear Andrew Miles, Thanks a lot. Moon On Mon, Oct 11, 2010 at 9:54 PM, Andrew Miles wrote: > 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

Re: [R] how can i do anova

2010-10-11 Thread Liviu Andronic
Hello On Mon, Oct 11, 2010 at 5:33 PM, 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

Re: [R] how can i do anova

2010-10-11 Thread Joshua Wiley
Hi Moon, Here is something to get you started. # Read Data into R dat <- read.table(textConnection(" bp_30048741 bp_30049913 bp_30049953 bp_30049969 bp_30049971 bp_30050044 [1,] 69 46 43 54 54 41 [2,] 68 22 39

Re: [R] how can i do anova

2010-10-11 Thread Andrew Miles
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 tabl

[R] how can i do anova

2010-10-11 Thread Mauluda Akhtar
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_300499