capo_mo
12-01-2006, 12:42 PM
When using the following commands
fit<-aov(lm(data~group))
summary(fit)
to produce an ANOVA table, I can see the F-value but how would I determine the p-value?
Lets ask this way: How would I determine, using the above commands, if the groups are equivalent?
I am pretty bad at stat because I am not really a stat student, but have to take this 200-level course in order to get my degree.
Any help is appreciated.
fit<-aov(lm(data~group))
summary(fit)
to produce an ANOVA table, I can see the F-value but how would I determine the p-value?
Lets ask this way: How would I determine, using the above commands, if the groups are equivalent?
I am pretty bad at stat because I am not really a stat student, but have to take this 200-level course in order to get my degree.
Any help is appreciated.