[R] Anova Test

2007-05-15 Thread CrazyJoe
Hi, I am very new to R. I am trying to perform an Anova Test and see if it differs or not. Basically, i have 4 tests and 1 control. Tester Test1 Test2 Test3 Test4 Control 20 25 1510 17 The inference is at alpha=0.05. they are all independent. I am trying to find if

Re: [R] Anova Test

2007-05-15 Thread CrazyJoe
Is this the method i need to use? anova(lm(..this is where i am not sure how to put them. is this something to do with anova(lm(dependent~independent*independent, data=name) if they are all independent, how do i put them together? thanks. Ben Bolker-2 wrote: CrazyJoe keizer_61

[R] Anova F-Test

2007-05-15 Thread CrazyJoe
Basically, i have 4 tests and 1 control. For example. Tester Test1 Test2 Test3 Test4 20 25 1510 30 45 10 15 .. .. .. .. .. .. .. .. 15 23 1345 The inference is at

[R] Analysis of Variance

2007-04-24 Thread CrazyJoe
Hello Blind toy_Car toy_truck toy_boat 1 6.3 7.5 5.4 2 3.4 8.1 6.1 3 2.2 4.4 5.1 How do we calculate the F-statistic in R. Any help is really appreciated. -- View this message in context: