Learn R Programming

SensoMineR (version 1.27)

napping.don: An example of Napping data

Description

The data used here refer to 10 different French wines evaluated by 11 panelists. They were asked to position the wines on a tableclothe of dimension (60,40).

Usage

data(napping)

Arguments

Format

A data frame of dimension (10,22): each row represents a French wine, each couple (Xi,Yi) represents the coordinates of the wines positioned on a tableclothe for a given panelist.

Examples

Run this code
if (FALSE) {
data(napping)
nappeplot(napping.don)
res <- pmfa(napping.don, napping.words)
res2 <- boot(napping.don,method="napping")
}

Run the code above in your browser using DataLab