Displaying 2 results from an estimated 2 matches for "repmod1".
Did you mean:
repmod
2004 Feb 24
0
(no subject)
...3,2,1,3,4,4,2,2,3,2,4,1,2,2,3,4,5,5,3,5,5,4,1,1,2,1,3,1,4,1,6,1,2,3,2,2,2,1,1,2,2,6,5,3,2,3,5,3,2,3,2,1,3,2,4,4,3,3,3,1,2,4,3,4,5,6,5,2,3,2,2,5,5,5,2,2,5,2,4,4,3,2,2,3,2,2,2,2,5,4,3,3,5,2,5,4,3,2,2,2,1,2)
> ddata<-data.frame(shp,pit,site,reptsp)
> #Fit a Standard Nested Anova Model
> repmod1<-aov(reptsp~shp/site/pit+ Error(shp/site/pit))
> summary(repmod1)
Error: shp
Df Sum Sq Mean Sq
shp 1 53.13 53.13
Error: shp:site
Df Sum Sq Mean Sq
shp:site 10 61.885 6.189
Error: shp:site:pit
Df Sum Sq Mean Sq
shp:site:pit 180 318.56 1.77
> se.co...
2004 Feb 24
0
se.contrast
...3,2,1,3,4,4,2,2,3,2,4,1,2,2,3,4,5,5,3,5,5,4,1,1,2,1,3,1,4,1,6,1,2,3,2,2,2,1,1,2,2,6,5,3,2,3,5,3,2,3,2,1,3,2,4,4,3,3,3,1,2,4,3,4,5,6,5,2,3,2,2,5,5,5,2,2,5,2,4,4,3,2,2,3,2,2,2,2,5,4,3,3,5,2,5,4,3,2,2,2,1,2)
> ddata<-data.frame(shp,pit,site,reptsp)
> #Fit a Standard Nested Anova Model
> repmod1<-aov(reptsp~shp/site/pit+ Error(shp/site/pit))
> summary(repmod1)
Error: shp
Df Sum Sq Mean Sq
shp 1 53.13 53.13
Error: shp:site
Df Sum Sq Mean Sq
shp:site 10 61.885 6.189
Error: shp:site:pit
Df Sum Sq Mean Sq
shp:site:pit 180 318.56 1.77
> se.co...