Learn R Programming

clustrd (version 1.2.0)

underwear: South Korean Underwear

Description

The dataset comes from a large survey conducted by a South Korean underwear manufacturer in 1997. 664 South Korean consumers were asked to provide responses for three multiple-choice items: attributes when considering a brand of underwear to purchase (15 attributes), preferred brand of underwear (8 brands) and consumer age (3 levels).

Usage

data(underwear)

Arguments

Format

A data frame with 664 observations on the following variables.

brand

factor indicating underwear brand, with levels 1. BYC, 2. TRY, 3. VICMAN, 4. James Dean, 5. Michiko-London, 6. Benetton, 7. Bodyguard, 8. Calvin Klein.

atts

factor indicating underwear attributes, with levels 1. Comfortable, 2. Smooth, 3. Superior fabrics, 4. Reasonable price, 5. Fashionable design, 6. Favorable advertisements, 7. Trendy color, 8. Good design, 9. Various colors, 10. Elastic, 11. Store is near, 12. Excellent fit, 13. Design quality, 14. Youth appeal, 15. Various sizes.

age

ordered factor indicating consumer's age, with levels 1. 10-29, 2. 30-49, 3. 50 and over.

Examples

Run this code
# NOT RUN {
data(underwear)
# }

Run the code above in your browser using DataLab