Learn R Programming

SensoMineR (version 1.27)

smoothies: Smoothies

Description

The data used here refer to 8 smoothies on which 24 consumers performed a sorted napping task.

Usage

data(smoothies)

Arguments

Format

A data frame with 8 rows (the number of smoothies) and 72 columns (the number of consumers * 3). For each consumer, we have the coordinates of the products on the tablecloth associated with napping on the one hand and the partitionning variable associated with categorization on the other hand. The columns are grouped by consumer.

Examples

Run this code
if (FALSE) {
data(smoothies)
## Example of FASNT
res.fasnt<-fasnt(smoothies,first="nappe")
}

Run the code above in your browser using DataLab