Learn R Programming

SensoMineR (version 1.0)

napping: 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). They were asked to describe each wine using their own word list.

Usage

data(napping)

Arguments

format

There are two data frames: napping.don{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;} napping.words{A data frame of dimension (10,14): each row represents a French wine, each column an attribute, each cell the number of times a given attribute was quoted for a given wine.}

source

D�partement de math�matiques appliqu�es, Agrocampus Rennes

Examples

Run this code
data(napping)
nappeplot(napping.don)
get(getOption("device"))()
pmfa(napping.don, napping.words)

Run the code above in your browser using DataLab