I am trying homogeneous pivot plus design. I will have around 2500 participants. The code is shown at the bottom. The problem is we can´t find a design considering attributes and conditions. I have two attributes with 5 levels and one attribute with 3 levels plus price (5 levels). We want to restrict one level of one attribute from coinciding with two levels of another attribute (both attributes have 5 levels).
1. It seems pivot design does not work with 'condition' or 'reject'. In our design, we want to set a condition: 'if(alt1.reg>4, alt1.label<>2),if(alt2.reg>4, alt2.label<>2)'. Otherwise there will be unrealistic alternatives. Ngene came to a design but did not consider the conditions.
I am quite new to stated choice experiment and never used pivot before.
I would be very greatfull for any help!
Thank you.
Thiemo
- Code: Select all
Design
;alts = alt1*, alt2*, SQ, NC
;rows = 9
;eff=(mnl,d)
;cond:
if(alt1.reg>4, alt1.label<>2),
if(alt2.reg>4, alt2.label<>2)
;model:
U(SQ) = aSQ[-1] + regb[1.7]*reg.ref[1] + prodb[1]*prod.ref[1]+ labelb[1.5]*label.ref[1]+priceb[-0.3]*price.ref[3.99]/
U(alt1) = regb[2.0]*reg.piv[1,2,3,4,5] + prodb[0.8]*prod.piv[1,2,3]+ labelb[1]*label.piv[1,2,3,4,5]+priceb*price.piv[4.99, 5.99, 6.99, 7.99]/
U(alt2) = regb[2.0]*reg.piv[1,2,3,4,5] + prodb[0.8]*prod.piv[1,2,3]+ labelb[1]*label.piv[1,2,3,4,5]+priceb*price.piv[4.99, 5.99, 6.99, 7.99]
$