# NOT RUN {
#Example 1
library(conjoint)
data(tea)
model=caModel(tprefm[1,], tprof)
print(model)
#Example 2
library(conjoint)
data(chocolate)
model=caModel(cprefm[1,], cprof)
print(model)
#Example 3
library(conjoint)
data(journey)
model=caModel(jpref[306,], jprof)
print(model)
# }
Run the code above in your browser using DataLab