Re: [R] aov p values for levels of a factor.

2009-08-15 Thread Dieter Menne
John Sorkin wrote: > > I am running an balanced aov, in which Time has 4 levels, Group has 2 > levels: > > fit2<-aov(Post ~ as.factor(Time) > +as.factor(Group)+as.factor(Group*Time)+Error(SS), alldata) > > I would like to get a p value for each level of time, each level of > Group and each le

[R] aov p values for levels of a factor.

2009-08-14 Thread John Sorkin
Windows XP R2.8.1 I am running an balanced aov, in which Time has 4 levels, Group has 2 levels: fit2<-aov(Post ~ as.factor(Time) +as.factor(Group)+as.factor(Group*Time)+Error(SS), alldata) I would like to get a p value for each level of time, each level of Group and each level of Group*Time. How