Hi all,
I obtained pilot results for a labeled design aimed at choosing either a circular washing machine (i.e. recovered or secondhand) or brand new. Only two atts. are included.
I suspect there might be an interaction between the ASC of (for example) the recovered machine and its durability (or recyclability) levels.
How do I introduce an interaction effects between an ASC and an att.? is this even possible?
This is the final design:
Design
;alts = New, recovered ,secondhand
;rows=15
;block=5
;eff=(mnl,d)
;bdraws = halton(200)
;model:
U(New)=b1[0.0001]+b2[(n, -0.009,0.001)]*cost[1600,1900,2200]+b3[(n, 0.313, 0.050)]*durability[4,8,12]+b4[(n, 0.130, 0.06)]*recyclability[1,2,3,4,5]/
U(recovered)=b2*costR[900,1100,1300]+b3*durability+b4*recyclability/
U(secondhand)=c1[-0.001]+b2*costSH[1300,1600,1900]+b3*durability+b4*recyclability$
Thanks!
R.