Description Usage Format References Examples
The data frame is part of a long-term panel about the choice of coffee brands in 2111 households. The explanatory variables either refer to the household as a whole or to the head of the household.
1 |
A data frame with 2111 observations on the following 8 variables.
EducationEducational level with levels no Highschool and Highschool
PriceSensitivityPrice sensitivity with levels not sensitive and sensitive
IncomeIncome with levels < 2499 and >= 2500
SocialLevelSocial level with levels high and low
AgeAge with levels < 49 and >= 50
BrandCoffee Brand with levels Jacobs, JacobsSpecial, Aldi, AldiSpecial, Eduscho, EduschoSpecial, Tchibo, TchiboSpecial and Others
AmountAmount of packs with levels 1 and >= 2
PersonsNumber of persons in household
Gesellschaft für Konsumforschung (GfK)
1 2 3 4 5 6 7 | ## Not run:
data(coffee)
star.nominal(Brand ~ Amount + Age + SocialLevel + Income + Persons +
PriceSensitivity + Education, coffee, cex.cat = 0.5, cex.labels = 0.8)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.