Hi,
I´ve used the following code to generate my design:
Design
;alts = alt1*, alt2*, SQ*
;rows = 14
;block = 2
;eff = (mnl,d)
;alg = mfederov
;require:
SQ.amount = 3, SQ.period = 3
;reject:
alt1.amount = 3 AND alt1.period = 3,
alt2.amount = 3 AND alt2.period = 3
;model:
U(alt1) = b1[-0.4862] * contrib[1.8,3.3,4.8](5,5,4)
+ b2.dummy[1.4049|1.0240|0.4527] * amount[0,1,2,3] ? 0 = 300, 1 = 600, 2 = 900, 3 = unlimited amount
+ b3.dummy[1.0609|0.5951|0.2733] * period[0,1,2,3] ? 0 = 12, 1 = 42, 2 = 72, 3 = unlimited period
/
U(alt2) = b1 * contrib
+ b2 * amount
+ b3 * period
/
U(SQ) = b0[-0.9618]
+ b1 * contrib_sq[1.6]
+ b2 * amount
+ b3 * period
$
Would it be possible to estimate interaction effects between attribute 2 "amount" and attribute 3 "period" even if I have several restrictions in my design regarding these attributes?
And if yes, probably way higher sample sizes are necessary for estimation of interaction effects, right?
Any advice is highly appreciated.
Thanks and best,
J.