seeds {BradleyTerry2} | R Documentation |
Data from Crowder(1978) giving the proportion of seeds germinated for 21 plates that were arranged according to a 2x2 factorial layout by seed variety and type of root extract.
seeds
A data frame with 21 observations on the following 4 variables.
the number of germinated seeds.
the total number of seeds.
the seed variety.
the type of root extract.
Crowder, M. (1978) Beta-Binomial ANOVA for proportions. Applied Statistics, 27, 34–37.
Breslow, N. E. and Clayton, D. G. (1993) Approximate inference in Generalized Linear Mixed Models. Journal of the American Statistical Association, 88(421), 9–25.
summary(glmmPQL(cbind(r, n - r) ~ seed + extract,
random = diag(nrow(seeds)),
family = binomial,
data = seeds))