Happy New Year 2020 ^___^.
My pilot model has two attributes with two dummy levels, one attribute with three dummy levels and two attributes with four continuous levels. I estimate the prior value of cost attribute -0.0001 and the screening format 0.0001 (The qualitative data proposed 17 customers like type 1 and the less like type 0).
My syntax is
- Code: Select all
design
;alts=alt1,alt2,alt3
;rows=12
;eff=(mnl,d)
;model:
U(alt1)=b1.dummy[0.0001]*format[1,0]+b2.dummy[0]*con_ser[1,0]+b3[0]*time[10,20,30,40]+b4.dummy[0|0]*area[1,2,0]+b5[-.0001]*cost[0,100,200,300]/
U(alt2)=b1*format+b2*con_ser+b3*time+b4*area+b5*cost/
U(alt3)=b0[0]
$
My questions are
1. Are the prior values appropriate?
2. If I finish the pilot study, the prior values are the coeffients of the model, or not? and if the coefficient of the model not significant, could I use the prior values from the pilot study?
3. When I stop the running program? How long?
Sincerely yours,
Sukunta Muadthong