I am just trying to get started using ngene
I want to generate an efficient design using priors generated from a web survey
Are there any worked examples for unlabelled experiments - with discrete attribute levels - common in environmental economics?
I find it hard to apply the typical transport examples to what I am trying to achieve
My data is from an unlabelled choice experiment where each attribute has pre defined levels
I offer three choices - one being the status quo
The first level in each case is the status quo
Chance of algal blooms 50, 20, 10, 2 per cent - swim20, swim10, swim2
Water clarity 1 (SQ), 1.5, 2, 4 metres - clar15, clar2, clar4
Ecological health 40, 50, 60, 80 per cent - eco50, eco60, eco80
Change in jobs 0, 5, 10, 20 - jobs5, jobs10, jobs20
Cost 0, 50, 150, 300
I have the following priors (MNL)
swim20 0.01 - NS but I have chosen a small positive value
swim10 0.6
swim2 0.95
clar15 0.01 - NS but I have chosen a small positive value
clar2 0.02 - NS see above
clar4 0.59
eco50 0.5
eco60 0.7
eco80 1.0
jobs5 -0.4
jobs10 -0.6
jobs20 -0.83
Cost -0.003
ASC 0.31
Is dummy coding the correct approach
Does this coding look correct?
?MNL model-assuming fixed prior parameters
design
;alts=alt1,alt2,alt3
;rows=24
;block=4
;alg=swap(stop=noimprov(10000 iterations))
;con
;eff=(mnl,d) ? a,s can be used for other eff measures instead
;model:
U(alt1)= b2.dummy[0.01|0.6|0.95]* swim[50,20,10,2]+ b3.dummy[0.01|0.02|0.591]* clar[1,1.5,2,4] +
b4.dummy[0.5|0.7|1.01] *eco[40,50,60,80]+ b5.dummy[-0.4|-0.6|-0.83] *jobs[0,-5,-10,-20] +
b6[-0.003] * cost[0,50,150,300]/
U(alt2)= b2.dummy[0.01|0.6|0.95]* swim[50,20,10,2]+ b3.dummy[0.01|0.02|0.591]* clar[1,1.5,2,4] +
b4.dummy[0.5|0.7|1.01] *eco[40,50,60,80]+ b5.dummy[-0.4|-0.6|-0.83] *jobs[0,-5,-10,-20] +
b6[-0.003] * cost[0,50,150,300]/
U(alt3)= b1[0.31]$
Best Wishes
Dan