Learn R Programming

qcr (version 0.1-18)

oxidation: Oxidation Onset Temperature

Description

This database contains information on the level of purity of each batch of Picual varities. Then we have the types of oils by measuring the Oxidation Onset Temperature. We have 50 subsamples of oils with their temperature to oxide.

Arguments

Format

A data frame with 250 observations on the following 2 variables:
OOT
That is a quantitative variable that controls the quality of the oil.
sample
sample id

Examples

Run this code
data(oxidation)
attach(oxidation)
summary(oxidation)
plot(OOT, type="b")
detach(oxidation)

Run the code above in your browser using DataLab