Learn R Programming

ade4 (version 1.01)

rankrock: Ordination Table

Description

This data set gives the classification in order of preference of 10 music groups by 51 students.

Usage

data(rankrock)

Arguments

format

A data frame with 10 rows and 51 columns. Each column contains the rank (1 for the favorite, �, 10 for the less appreciated) attributed to the group by a student.

Examples

Run this code
data(rankrock)
dudi1 <- dudi.pca(rankrock, scannf = FALSE, nf = 3)
scatter(dudi1, clab.r = 1.5)

Run the code above in your browser using DataLab