chickwts
Attachment | Size |
---|---|
dataset-41257.csv | 1.03 KB |
Documentation |
---|
Chicken Weights by Feed TypeAn experiment was conducted to measure and compare the effectiveness of various feed supplements on the growth rate of chickens. Usagechickwts FormatA data frame with 71 observations on the following 2 variables.
DetailsNewly hatched chicks were randomly allocated into six groups, and each group was given a different feed supplement. Their weights in grams after six weeks are given along with feed types. SourceAnonymous (1948) Biometrika, 35, 214. ReferencesMcNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley. Examplesrequire(stats); require(graphics) boxplot(weight ~ feed, data = chickwts, col = "lightgray", varwidth = TRUE, notch = TRUE, main = "chickwt data", ylab = "Weight at six weeks (gm)") anova(fm1 <- lm(weight ~ feed, data = chickwts)) opar <- par(mfrow = c(2, 2), oma = c(0, 0, 1.1, 0), mar = c(4.1, 4.1, 2.1, 1.1)) plot(fm1) par(opar) |
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
HairEyeColor | February 26, 2017 - 11:28 AM | Dataset |
R Dataset / Package HSAUR / Forbes2000 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package vcd / Bundesliga | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / nottem | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / fertil2 | March 9, 2018 - 1:06 PM | Dataset |