oxidation | R Documentation |
This database contains information about the level of purity of each batch of Picual varities. Then we have the type of oil by measuring the Oxidation Onset Temperature (OOT). We have 50 subsamples of oil with their temperature to oxide, each subsample is size 5.
A data frame with 250 observations on the following 2 variables:
A quantitative variable that controls the quality of oil.
sample id
data(oxidation)
attach(oxidation)
summary(oxidation)
plot(OOT, type="b",xlab='Observations')
detach(oxidation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.