cottonbolls | R Documentation |
This data set gives the observed number of bolls produced by the cotton plants at five growth stages: vegetative, flower-bud, blossom, fig and cotton boll; to examine the effect of five defoliation levels (0\
data(cottonbolls)
A data frame with 125 observations on 4 variables.
number of bolls produced by two cotton plants at harvest
growth stage
artificial defoliation level
square of def
Supplementary Content of Zeviani et al. (2014): http://www.leg.ufpr.br/doku.php/publications:papercompanions:zeviani-jas2014
Zeviani, W.M., Riberio P.J. Jr., Bonat, W.H., Shimakura S.E. and Muniz J.A. (2014). The Gamma-count distribution in the analysis of experimental underdispersed data. Journal of Applied Statistics 41, 2616–26.
### Huang (2017) Page 373--375: Underdispersed Cotton bolls data ### Model fitting for predictor V data(cottonbolls) M.bolls <- glm.cmp(nc ~ 1 + stages:def + stages:def2, data = cottonbolls) M.bolls summary(M.bolls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.