| coffee {EffectStars} | R Documentation |
Coffee Brands
Description
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.
Usage
data(coffee)
Format
A data frame with 2111 observations on the following 8 variables.
EducationEducational level with levels
no HighschoolandHighschoolPriceSensitivityPrice sensitivity with levels
not sensitiveandsensitiveIncomeIncome with levels
< 2499and>= 2500SocialLevelSocial level with levels
highandlowAgeAge with levels
< 49and>= 50BrandCoffee Brand with levels
Jacobs,JacobsSpecial,Aldi,AldiSpecial,Eduscho,EduschoSpecial,Tchibo,TchiboSpecialandOthersAmountAmount of packs with levels
1and>= 2PersonsNumber of persons in household
References
Gesellschaft für Konsumforschung (GfK)
Examples
## 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)
[Package EffectStars version 1.9-1 Index]