Skip to contents

This dataset, orange_juice_df, is a data frame containing the sensory description of 12 orange juice samples evaluated on 8 attributes.

Usage

data(orange_juice_df)

Format

A data frame with 12 observations and 8 variables:

Color.intensity

Numeric vector representing color intensity scores

Odor.intensity

Numeric vector representing odor intensity scores

Attack.intensity

Numeric vector representing attack intensity scores

Sweet

Numeric vector representing sweetness scores

Acid

Numeric vector representing acidity scores

Bitter

Numeric vector representing bitterness scores

Pulp

Numeric vector representing pulp scores

Typicity

Numeric vector representing typicity scores

Source

Data taken from the missMDA package version 1.22.

Details

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