I will run an unlabelled experiment with 3 treatments, 9 set per person:
1: attribute C and price
2: attribute H and price
3: attributes C and H and price
C and H are 3 level categorical variables (low, med , high)
People are randomly assigned to 1 treatment at random
It is a consequential lab experiment (not hypothetical) so samples will be small - c.80 per reatment
I want to see how the the value of C and H are affected when they appear alone versus with the other non-price attribute.
So I plan to estimate a pooled model, with treatment interactions.
I ran pilots with orthogonal designs so I have priors.
I would appreciate wisdom on the design(s) for the main study given the intention to pool the data and test for treatment effects.
eg should I:
A--Generate 3 different designs using priors from the 3 pilots
B--Generate a single design ( orthogonal / D eff zero priors) and remove the C and H attributes in the relevant treatments
C--Generate an efficient design from treatment 3 pilot and remove the C and H attributes in the relevant treatments
D-- other...
A has the advantage of efficient design (with a small sample) but risks any treatment effects being affected by the differences in design
B seems likely to avoid any design effect, at the cost of efficiency.
C is a hybrid!
One note - the priors for C and H are very similar - see below for the syntax used to generate an efficient design for T3
thanks
Dan
- Code: Select all
Design
;alts = Alt1, Alt2, Alt3, None
;rows = 144
;block = 18
;eff = (mnl,s, mean)
;model:
U(Alt1) = h.dummy[ (n,1.2,0.6) | (n,0.6,0.3)]*h[0,1,2] + c.dummy [(n,1.8,0.6) | (n,0.8,0.3)]*c[0,1,2]+ pr[(n,-1.5,0.6) ]*p[2:6:0.5] /
U(Alt2) = h.dummy*h[0,1,2] + c.dummy*c[0,1,2] + pr*p[2:6:0.5] /
U(Alt3) = h.dummy*h[0,1,2] + c.dummy*c[0,1,2] + pr*p[2:6:0.5] /
u(None) = n[n,(n,-3,0.3),(u,0.1,0.5)]*none[1]
$