Re: [R] ANOVA from imported data has only 1 degree of freedom

2011-10-10 Thread shardman
Thanks bbolker, that's really helpful. I'll look out for the book too, it could be helpful! Yours, Sam -- View this message in context: http://r.789695.n4.nabble.com/ANOVA-from-imported-data-has-only-1-degree-of-freedom-tp3887528p3891246.html Sent from the R help mailing list archive at Nabble.c

Re: [R] ANOVA from imported data has only 1 degree of freedom

2011-10-09 Thread shardman
Hi David, Apologies again and thankyou for your help, I've edited my original post to clarify what I was asking. What I meant was that the factor had only 1 degrees of freedom when it should have had 2 (14 in total), so you're right there were 14 but not in the right place. In SPSS you select one

Re: [R] ANOVA from imported data has only 1 degree of freedom

2011-10-09 Thread shardman
Hi David, Thanks for your message. I can assure you this is not homework. I'm working on an ecology project and am trying to analyse the results from the fieldwork. I don't want other people to do the work for me I was just hoping someone might be able to spot where I have made a mistake, I'm sti

[R] ANOVA from imported data has only 1 degree of freedom

2011-10-09 Thread shardman
Hi, I'm trying to analyse some data I have imported into R from a .csv file but when I carry out the aov command the results show only one degree of freedom when there should be 14. Does anyone know why? I'd really appreciate some help, the data is pasted below. /The imported table looks ike thi

Re: [R] unused argument(s) (Header = True) help!

2011-08-25 Thread shardman
Thanks everyone, that's really helpful, Cheers, Sam -- View this message in context: http://r.789695.n4.nabble.com/unused-argument-s-Header-True-help-tp3765651p3767482.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.o

[R] unused argument(s) (Header = True) help!

2011-08-24 Thread shardman
Hi, I'm really new to R so I aoplogise if this is a stupid question. I'm trying to import data from a .txt file into R using the read.table command, the headers for the data columns are already in the text file so I add Header = True after the file location. The problem is I keep getting the erro