R Dataset / Package datasets / InsectSprays
Attachment | Size |
---|---|
dataset-18087.csv | 482 bytes |
Documentation | ||||||||
---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the InsectSprays data set which pertains to Effectiveness of Insect Sprays. The InsectSprays data set is found in the datasets R package. You can load the InsectSprays data set in R by issuing the following command at the console data("InsectSprays"). This will load the data into a variable called InsectSprays. If R says the InsectSprays data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the InsectSprays R data set. The size of this file is about 482 bytes. Effectiveness of Insect SpraysDescriptionThe counts of insects in agricultural experimental units treated with different insecticides. UsageInsectSprays FormatA data frame with 72 observations on 2 variables.
SourceBeall, G., (1942) The Transformation of data from entomological field experiments, Biometrika, 29, 243–262. ReferencesMcNeil, D. (1977) Interactive Data Analysis. New York: Wiley. Examplesrequire(stats); require(graphics) boxplot(count ~ spray, data = InsectSprays, xlab = "Type of spray", ylab = "Insect count", main = "InsectSprays data", varwidth = TRUE, col = "lightgray") fm1 <- aov(count ~ spray, data = InsectSprays) summary(fm1) opar <- par(mfrow = c(2, 2), oma = c(0, 0, 1.1, 0)) plot(fm1) fm2 <- aov(sqrt(count) ~ spray, data = InsectSprays) summary(fm2) plot(fm2) par(opar) -- Dataset imported from https://www.r-project.org. |
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Zelig / Zelig.url | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package vcd / RepVict | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / foster | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / PigFeed | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package quantreg / uis | March 9, 2018 - 1:06 PM | Dataset |