Hope everything goes well for you.
I am trying to build a labelled design. There are 6 alternatives with two attributes: price (p) and tax (t). For each attribute, I will have different levels in each alternatives. Can I make same coefficients (b0 for price, b10 for tax) of price and tax for all utility functions? Or I have to use different coefficients for each utility function?
Thanks.
Wei
- Code: Select all
Design
;alts = conv, gras, plan,lab, org.gras, nobuy
;rows = 8
;orth = sim
;block = 2
;model:
U(conv) = b1 + b0 * p1[3.64, 4.42, 5.20, 5.98] + b10 * t1[0, 0.05, 0.09, 0.14]/
U(gras) = b2 + b0 * p2[4.46, 5.56, 6.66, 7.76] + b10 * t2[0, 0.09, 0.17, 0.26]/
U(plan) = b3 + b0 * p3[7.49, 9.65, 11.81, 13.97] + b10 * t3[0, 0.01, 0.02, 0.03]/
U(lab) = b4 + b0 * p4[10, 23.33, 36.66, 49.99] + b10 * t4[0, 0.02, 0.04, 0.06]/
U(org.gras) = b6 + b0 * p6[5.44, 6.62, 7.8, 8.98] + b10 * t6[0, 0.06, 0.12, 0.18]