search for: gik02vyhvvbmcvw3ia2h

Displaying 1 result from an estimated 1 matches for "gik02vyhvvbmcvw3ia2h".

2009 Nov 08
2
Simple 2-Way Anova issue in R
...in following the example at that website above they have: boxplot(Alertness~Dosage*Gender,data=data.ex2) which outputs: http://old.nabble.com/file/p26258684/87o3uicpf6dt4kkdyvfv.jpeg My code is: boxplot(Replicate1~Year*Depth,data=data.ex2) which outputs: http://old.nabble.com/file/p26258684/gik02vyhvvbmcvw3ia2h.jpeg This is incorrect, it's multiplying my factors but I thought that when I did the str() on my data it recognized the Year and Depth as factors, not numbers or integers. My csv file is: http://old.nabble.com/file/p26258684/hmwk1pt2.csv hmwk1pt2.csv Any help on what is going one would be...