Hello,
I have never used a labeled design before and would like some guidance.
These are my variables:
*1. Composition = 1 (wood), 2(hay), 3(rice) (actual situation)
*2. Durability = 1, 2, 3 (actual n/a)
*3. Water = 1%, 2%, 3% (actual 0%)
*4. Price = 11, 22, 33 (actual payment 0)
In this case, it does not make sense to use an unlabeled design as the actual situation in "Composition" cannot be matched with the other attributes and their levels. Therefore, my idea is to create a labeled design where the attributes and levels are compared with the actual situation instead of the no-buy option. It would have been easier if I had one attribute with different levels (e.g., price between the reference and the rest) to generate the labeled design, but unfortunately, the only difference in my case is the actual situation with the rest. For that, I tried to design the following (not surprisingly) without any result:
Design
;alts = com, nobuy
;rows = 18
;block = minsum
;orth = ood
;model:
U(com) = b1[-1] *PRIcom[11, 22, 33]
+ b2.effects[0.9|0.3] *com[1, 2, 3]
+ b3.effects[0.5|0.1] *dura[1, 2, 3]
+ b4.effects[0.8|0.3] *wat[1, 2, 3]
/
U(nobuy) = b0[-2]
$
Q1: Is there another way that I can generate a labeled design with the following information?
Q2: Wouldn't it be easier and correct to generate an unlabeled design, excluding the reference levels mentioned in my variable list from the design, and use the actual situation in each choice task instead of the no-buy option?
Thanks,