Learn R Programming

lsbclust (version 1.1)

supermarkets: Dutch Supermarkets Data Set

Description

This data set relates to 220 consumers rating 10 Dutch supermarket chains according to 8 variables. A rating scale from 1 to 10 was used.

Usage

supermarkets

Arguments

Format

A three-way array with supermarkets in the first dimension, variables in the second and consumers in the third dimension.

Examples

Run this code
# NOT RUN {
data("supermarkets")
fit <- lsbclust(data = supermarkets, nclust = 6, fixed = "rows", nstart = 2)
# }

Run the code above in your browser using DataLab