R Dataset / Package robustbase / carrots
Documentation |
---|
On this R-data statistics page, you will find information about the carrots data set which pertains to Insect Damages on Carrots. The carrots data set is found in the robustbase R package. You can load the carrots data set in R by issuing the following command at the console data("carrots"). This will load the data into a variable called carrots. If R says the carrots data set is not found, you can try installing the package by issuing this command install.packages("robustbase") 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 carrots R data set. The size of this file is about 394 bytes. Insect Damages on CarrotsDescriptionThe damage carrots data set from Phelps (1982) was used by McCullagh and Nelder (1989) in order to illustrate diagnostic techniques because of the presence of an outlier. In a soil experiment trial with three blocks, eight levels of insecticide were applied and the carrots were tested for insect damage. Usagedata(carrots) FormatA data frame with 24 observations on the following 4 variables.
SourcePhelps, K. (1982). Use of the complementary log-log function to describe doseresponse relationships in insecticide evaluation field trials. ReferencesMcCullagh P. and Nelder, J. A. (1989) Generalized Linear Models. London: Chapman and Hall. Eva Cantoni and Elvezio Ronchetti (2001); JASA, and Examplesdata(carrots) str(carrots) plot(success/total ~ logdose, data = carrots, col = as.integer(block)) coplot(success/total ~ logdose | block, data = carrots)## Classical glm Cfit0 <- glm(cbind(success, total-success) ~ logdose + block, data=carrots, family=binomial) summary(Cfit0)## Robust Fit (see help(glmrob)) .... -- 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-24368.csv | 394 bytes |