I have written this efficient design script for my choice experiment, but since its my first time doing an experimental design, I would really appreciate it if someone could check it for me before I run it so that I avoid mistakes. I have read alot of posts on this forum which have been realy useful, and I'm really grateful for the help this community gives.
Code: Select all
design
;alts = car, put, cs
;rows = 30
;block = 3
;eff = (mnl,d,mean)
;con
;bdraws = sobol(2000)
;alg = mfedorov
;model:
U(car) =
beta_car_accegr[(n,
-0.012234929064086,
0.00842010698569487)]
* AccEgr_car[10, 15, 20]
+ beta_car_tt[-0.0252509890545476]
* TT_car[45, 55, 65]
+ beta_car_search[(n,
-0.00167278578948678,
0.0100632621670443)]
* Search_car[1, 5]
+ beta_car_tc[(n,
-0.0431167293062408,
0.0343356614865965)]
* TC_car[3, 4, 5]
+ beta_car_pc[-0.0598716980956188]
* PC_car[1, 5, 10]
/
U(put) =
asc_put_d[(n,
0.244648021102231,
0.371983617164455)]
+ beta_put_accegr[-0.0175993317527122]
* AccEgr_put[1, 5, 10]
+ beta_put_tt[-0.0192997948718738]
* TT_put[55, 65, 75]
+ beta_put_tc[-0.0648116534705902]
* TC_put[1, 3.5, 5.5]
/
U(cs) =
asc_cs_d[-1.90766885586331]
+ beta_cs_accegr[(n,
-0.0397663282829118,
0.0204235424770084)]
* AccEgr_cs[1, 5, 10]
+ beta_cs_tt[-0.0210844616143259]
* TT_cs[45, 55, 65]
+ beta_cs_search[(n,
-0.0100297329304847,
0.02334225361749)]
* Search_cs[1, 5]
+ beta_cs_tc[-0.0205571483243145]
* TC_cs[9.5, 16, 24]
+ beta_cs_avail[(n,
0.00001,
0.00318118828169986)]
* Avail_cs[10, 50, 100]
$Is this correct please? especially that the mean of beta_cs_avail is really small (0.00001) in this case which is much smaller than its standard error?!
And also the number of sobol draws, is 2000 enough or I should change it? I am planning to let the design run for around 22 hours.
Another thing is that I am expecting to collect only around 50 samples (each respondent getting 10 choice tasks), is the number of rows and blocks sufficient in this case?
Sincerely,
Rushdi