by Tiziana » Tue Feb 17, 2015 1:16 am
Dear all, I wrote because I tried to use efficient design. In my first pilot, the results were quite bad. Before I used a choice set of 12 cards following this code:
Design
;alts = alt1, alt2
;rows = 12
;orth = sim
;model:
U(alt1) = b1 * PRICE[0,1,2,3] + b2 * FAT [0,1] + b3 * SALT [0,1] + b4 * FAT * SALT/
U(alt2) = b1 * PRICE + b2 * FAT + b3 * SALT + b4 * FAT * SALT
|Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] |
+---------+--------------+----------------+--------+---------+
BFAT .48757863 .20565668 2.371 .0177
BSALT -.34783466 .18484187 -1.882 .0599
BFATSALT .08598072 .28788224 .299 .7652
BPRICE -1.83177422 .15410516 -11.887 .0000
NOBUY -3.53599794 .23964498 -14.755 .0000
I estimated using Nlogit . Unfortunately the variable bfatsalt is not statistically significat at 5%. Therefore , my first question is if it is correct to use (u, -1, 0) for bfatsalt coefficient in the efficient design, even if the sign b4 in the estimation is positive?.
Design
;alts = alt1, alt2, alt3
;rows = 12
;eff = (mnl,d,mean)
;bdraws=gauss(3)
;model:
U(alt1) = b1[(n,-1.831,0.154)] * PRICE[0.70, 1.15, 1.60, 2.05] + b2[(n,0.484,0.205)]*FAT[0,1] + b3[(n,-0.347,0.184)]*FAT[0,1] + b4 [(u,-1,0)]* FAT * SALT/
U(alt2) = b1 * PRICE + b2 *FAT + b3 *SALT + b4 * FAT * SALT/
U(alt3) = b0[(n,-3.535,0.239)]
$
The, I had these results,
MNL efficiency measures
Fixed Bayesian mean
D error 1,053979 1,077247
A error 1,666725 1,701166
B estimate 54,132969 0,522165
S estimate 44,7978 1375,259847
Prior b1 b2 b3 b4
Fixed prior value -1,831 0,484 -0,347 -0,5
Sp estimates 1,217247 22,587327 44,7978 43,381575
Sp t-ratios 1,776506 0,412405 0,292838 0,29758
Sb mean estimates 1,286969 69,487364 1154,008298 264,855677
Sb mean t-ratios 1,752118 0,408089 0,289987 0,294288
I see that S estimate is very high 1375,25, thus I suppose that this design is quite bad..right?
Today I did a second pilot study. the results are in constrast with the previous pilot, sing the bsalt coefficient is positive while the bfat is not significant. Hence, at this point, I do not know what I should do ..
Could you suggest me somenthing else?
Thanks in advance
Tiziana