R Dataset / Package mosaicData / Mites
Documentation |
---|
On this R-data statistics page, you will find information about the Mites data set which pertains to Mites and Wilt Disease. The Mites data set is found in the mosaicData R package. You can load the Mites data set in R by issuing the following command at the console data("Mites"). This will load the data into a variable called Mites. If R says the Mites data set is not found, you can try installing the package by issuing this command install.packages("mosaicData") 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 Mites R data set. The size of this file is about 847 bytes. Mites and Wilt DiseaseDescriptionData from an experiment to test whether exposure to mites protects against Wilt Disease in cotton plants. Usagedata(Mites) FormatA data frame with 47 observations on the following variables.
DetailsResearchers suspected that attack of a plant by one organism induced resistance to subsequent attack by a different organism. Individually potted cotton plants were randomly allocated to two groups: infestation by spider mites or no infestation. After two weeks the mites were dutifully removed by a conscientious research assistant, and both groups were inoculated with Verticillium, a fungus that causes Wilt disease. More information can be found at https://www.causeweb.org/webinar/activity/2010-01/. SourceStatistics for the Life Sciences, Third Edition; Myra Samuels & Jeffrey Witmer (2003), page 409. Examplesdata(Mites) if (require(mosaic)) { tally(~ treatment + outcome, data=Mites) tally(~ outcome | treatment, format="percent", data=Mites) } -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-47884.csv | 847 bytes |