journey {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. Gordzicz in 2015/2016.
Usage
data(journey)
jpref
jprof
jlevn
jsimp
Format
jpref
Matrix of preferences (306 respondents and 14 profiles).
jprof
Matrix of profiles (4 attributes and 14 profiles).
jlevn
Character vector of names for the attributes' levels.
jsimp
Matrix of simulation profiles.
Examples
library(conjoint)
data(journey)
print(jpref)
print(jprof)
print(jlevn)
print(jsimp)
[Package conjoint version 1.41 Index]