This dataset, olive_oil_df, is a data frame containing sensory and
physico-chemical measurements for 16 olive oil samples. It includes scores
on 6 attributes evaluated by a sensory panel and measurements of 5
physico-chemical quality parameters. The first five oils are Greek, the
next five are Italian, and the last six are Spanish.
A data frame with 16 observations and 2 variables:
- chemical
Numeric matrix containing measurements of 5
physico-chemical quality parameters for the 16 olive oil samples
- sensory
Numeric matrix containing scores on 6 sensory attributes
for the 16 olive oil samples
Source
Data taken from the pls package version 2.9-0.
Details
The dataset name has been changed to 'olive_oil_df' to follow the
descriptive naming convention adopted for the SensoryDataSets package while
maintaining clarity. The suffix 'df' indicates that the dataset is a data frame.
The original content has not been modified in any way.