R Dataset / Package DAAG / sorption
November 27, 2023
On this R-data statistics page, you will find information about the sorption data set which pertains to sorption data set. The sorption data set is found in the DAAG R package. You can load the sorption data set in R by issuing the following command at the console data("sorption"). This will load the data into a variable called sorption. If R says the sorption data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. 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 sorption R data set. The size of this file is about 18,477 bytes.
sorption data set
Description
Concentration-time measurements on different varieties of apples under methyl bromide injection.
Usage
data(sorption)
Format
A data frame with 192 observations on the following 14 variables.
- m5
-
a numeric vector
- m10
-
a numeric vector
- m30
-
a numeric vector
- m60
-
a numeric vector
- m90
-
a numeric vector
- m120
-
a numeric vector
- ct
-
concentration-time
- Cultivar
-
a factor with levels
Pacific RoseBRAEBURNFujiGRANNYGalaROYALRed DeliciousSplendour - Dose
-
injected dose of methyl bromide
- rep
-
replicate number, within Cultivar and year
- year
-
a factor with levels
1988198919981999 - year.rep
-
a factor with levels
1988:11988:21988:31989:11989:21998:11998:21998:31999:11999:2 - gp
-
a factor with levels
BRAEBURN1BRAEBURN2Fuji1Fuji10Fuji2Fuji6Fuji7Fuji8Fuji9GRANNY1GRANNY2Gala4Gala5Pacific Rose10Pacific Rose6Pacific Rose7Pacific Rose8Pacific Rose9ROYAL1ROYAL2Red Del10Red Del9Red Delicious1Red Delicious2Red Delicious3Red Delicious4Red Delicious5Red Delicious6Red Delicious7Red Delicious8Splendour4Splendour5 - inyear
-
a factor with levels
123456
Dataset imported from https://www.r-project.org.
<iframe src="https://jmagunia.com/iframe/r-dataset-package-daag-sorption.html" width="100%" height="100%" style="border:0px"></iframe>