| lody {conjoint} | R Documentation |
Sample data for conjoint analysis
Description
Sample artificial data in rank mode. Ranking (rank) data needs conversion into rating (score) data.
Usage
data(lody)
lpref
lprof
llevn
Format
lprefMatrix of preferences (6 respondents and 9 profiles).
lprofMatrix of profiles (4 attributes and 9 profiles).
llevnCharacter vector of names for the attributes' levels.
Examples
library(conjoint)
data(lody)
print(lprof)
print(lpref)
print(llevn)
[Package conjoint version 1.41 Index]