Displaying 1 result from an estimated 1 matches for "help_aov".
2006 Oct 30
1
help_aov
Hi,
I am trying to run an analysis of variance using R.
in my data table "x" is a continuous variable lengthof 200 and "p" is a
categorical variable also of length 200 and p is anyone of three categories
1,2 or ,3.
if I run
summary(aov(x~p,data=test))
I get
Response: x
Df Sum Sq Mean Sq F value Pr(>F)
p 1 3174.7 3174.7 42.749 5.175e-10 ***