| 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.
rthe number of germinated seeds.
nthe total number of seeds.
seedthe seed variety.
extractthe 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.
attach(seeds)
summary(glmmPQL(cbind(r, n - r) ~ seed + extract,
random = diag(length(r)),
family = binomial))