| tea {conjoint} | R Documentation |
Sample data for conjoint analysis
Description
Sample data in score mode. Rating (score) data does not need any conversion. Data collected in the survey conducted by M. Baran in 2007.
Usage
data(tea)
tpref
tprefm
tprof
tlevn
tsimp
Format
tprefVector of preferences (length 1300).
tprefmMatrix of preferences (100 respondents and 13 profiles).
tprofMatrix of profiles (4 attributes and 13 profiles).
tlevnCharacter vector of names for the attributes' levels.
tsimpMatrix of simulation profiles.
Examples
library(conjoint)
data(tea)
print(tprefm)
print(tprof)
print(tlevn)
print(tsimp)
[Package conjoint version 1.41 Index]