Learn R Programming

SensoMineR (version 1.27)

perfume_ideal: Perfume Ideal Data

Description

The data used here refer to the sensory description of twelve perfumes (2 were duplicated).

Each perfume was evaluated once by 103 Dutch consumers and described on 21 attributes according to the Ideal Profile Method.
Both perceived and ideal intensities were asked. In addition, the overall liking is asked.

Usage

data(perfume_ideal)

Arguments

Format

A data frame made of 103*14=1442 rows and 2 qualitative variables (set and product), 21*2 attributes (perceived and ideal intensities) and overall liking.

Examples

Run this code
if (FALSE) {
data(perfume_ideal)
decat(perfume_ideal, formul = "~product+user", firstvar = 3, graph = FALSE)
}

Run the code above in your browser using DataLab