I collected some priors [N=30] for my labeled CE survey. I'm trying to design a Bayesian Efficient design for another round of pretest.
My Ngene syntax for the Bayesian Efficient design is what follows:
- Code: Select all
Design
;alts = Green*, Solar*, Default
;rows = 36
;block=9,minsum
;eff = (mnl, d, mean)+0.75*(imbalance)
;alg = mfederov(candidates=choice_sets_value.xlsx)
;bdraws=sobol(2000)
;model:
U(Solar) =
b01[0.000001] +
b1[(n,.012935 ,.0085332)] * S[0,.5,.75,1] +
b2[(n,.0891674,.4010865)] * B[0,1] +
b3[(n,.0300308, .1155341)] * DP[0,8250,12000,17000,25000] +
b4[(n,.6927055, 1.475539)] * FOP[-30,0,15,30,45,65,80,95,110,125,135,160,175,190,225,250]+
b5[(n,-.0642841,.0894365)]*
NPV[10175,10188,10219,11382,15794,16470,17000,17071,17072,18395,18408,19382,22044,22058,22088,22618,22690,23410,24013,24026,25000,25283,27967,27980,28011,28941,29173,29632,30277,30618,32774,34864,35568,36187,37173,42139]
/
U(Green) =
b02[0.000001] +
b1 * S +
b2 * B +
b3 * DP +
b4 * FOP +
b5 * NPV
/
U(Default) =
b1 * S_default[0] +
b2 * B_default[0] +
b3 * DP_default[0] +
b4 * FOP_default[125] +
b5 * NPV_default[23410]
$
The first time that I ran the design, it would say "undefined." Now, the model unexpectedly closes. I am not sure whether there is a mistake in my codes that I don't catch or there is a bug within Ngene. Any suggestion would be highly appreciated.
Thank you,
Jamal