Skip to contents

This dataset, wine_bitter_df, is a data frame containing sensory evaluation data on the bitterness of wine. It includes responses and ordered ratings together with information on temperature, contact condition, bottle, and judge for 72 observations.

Usage

data(wine_bitter_df)

Format

A data frame with 72 observations and 6 variables:

response

Numeric vector representing the sensory response

rating

Ordered factor with 5 levels representing wine bitterness ratings

temp

Factor with 2 levels indicating temperature conditions

contact

Factor with 2 levels indicating contact conditions

bottle

Factor with 8 levels identifying wine bottles

judge

Factor with 9 levels identifying sensory judges

Source

Data taken from the serp package version 0.2.5.

Details

The dataset name has been changed to 'wine_bitter_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.