| czekolada {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 W. Nowak in 2000.
Usage
data(czekolada)
czpref
czprefm
czprof
czlevn
czsimp
Format
czprefVector of preferences (length 1392).
czprefmMatrix of preferences (87 respondents and 16 profiles).
czprofMatrix of profiles (5 attributes and 16 profiles).
czlevnCharacter vector of names for the attributes' levels.
czsimpMatrix of simulation profiles.
Examples
library(conjoint)
data(czekolada)
print(czprefm)
print(czprof)
print(czlevn)
print(czsimp)
[Package conjoint version 1.41 Index]