status quo option
Posted: Wed Jul 05, 2017 8:49 pm
Hi guys, I want to get a design with a status quo option.
Sq is going to be the same for all respondents and I am struggling with the coding of the dummy variables in the status quo alternative.
I could not leave the weighting parameter in the Sq option as A2.dummy because it was not accepted, so had to change both the name of weighting parameter and the attribute. I put a prior value there then, but I guess that should refer to the particular level, and therefore be different from the one in the other alternatives? I tried both option
In any case I cannot obtain a design. I do when I only consider the non-dummy attributes in the sq.
Is it a coding problem or something else? See my synthax below
Any suggestion much appreciated. Thanks and all the best
Alberto
Design;
;alts= alt1,alt2,alt3
;rows=24
;block=3
;eff= (mnl,d)
;model:
U(alt1)=A1[0.0001]* Ground Cover [10,25,50]+ A2.dummy [0.0001]* Flower [0,1] +
A3[0.0001]*Tree Canopy Cover [10,25,50]+ A4.dummy[0.0001|0.0001]*Road Island [0,1,2]
+ A5.dummy[0.0001]*Bicycle Lane [0,1]+A6.dummy[0.0001]*Pedestrian Walkway[0,1]+A7[0.0001]*car lanes [4,5,6]
+A8[-0.0001]*tax[500,1000,2000,3000,4000,5000]/
U(alt2)=A1* Ground Cover [10,25,50]+ A2.dummy* Flower [0,1] +
A3*Tree Canopy Cover [10,25,50]+ A4.dummy*Road Island [0,1,2]
+ A5.dummy*Bicycle Lane [0,1]+A6.dummy*Pedestrian Walkway[0,1]+A7*car lanes [4,5,6]
+A8*tax[500,1000,2000,3000,4000,5000]/
U(alt3)=A1* Ground Cover Sq [10]+ A2sq[0.0001]* Flower Sq [0] +
A3*Tree Canopy Cover Sq [25]+ A4sq[0.0001]*Road Island Sq [0]
+ A5sq [0.0001]*Bicycle Lane Sq [0]+A6sq [0.0001]*Pedestrian Walkway Sq[0]+A7*car lanes Sq [4]
+A8*tax sq[0]$
Sq is going to be the same for all respondents and I am struggling with the coding of the dummy variables in the status quo alternative.
I could not leave the weighting parameter in the Sq option as A2.dummy because it was not accepted, so had to change both the name of weighting parameter and the attribute. I put a prior value there then, but I guess that should refer to the particular level, and therefore be different from the one in the other alternatives? I tried both option
In any case I cannot obtain a design. I do when I only consider the non-dummy attributes in the sq.
Is it a coding problem or something else? See my synthax below
Any suggestion much appreciated. Thanks and all the best
Alberto
Design;
;alts= alt1,alt2,alt3
;rows=24
;block=3
;eff= (mnl,d)
;model:
U(alt1)=A1[0.0001]* Ground Cover [10,25,50]+ A2.dummy [0.0001]* Flower [0,1] +
A3[0.0001]*Tree Canopy Cover [10,25,50]+ A4.dummy[0.0001|0.0001]*Road Island [0,1,2]
+ A5.dummy[0.0001]*Bicycle Lane [0,1]+A6.dummy[0.0001]*Pedestrian Walkway[0,1]+A7[0.0001]*car lanes [4,5,6]
+A8[-0.0001]*tax[500,1000,2000,3000,4000,5000]/
U(alt2)=A1* Ground Cover [10,25,50]+ A2.dummy* Flower [0,1] +
A3*Tree Canopy Cover [10,25,50]+ A4.dummy*Road Island [0,1,2]
+ A5.dummy*Bicycle Lane [0,1]+A6.dummy*Pedestrian Walkway[0,1]+A7*car lanes [4,5,6]
+A8*tax[500,1000,2000,3000,4000,5000]/
U(alt3)=A1* Ground Cover Sq [10]+ A2sq[0.0001]* Flower Sq [0] +
A3*Tree Canopy Cover Sq [25]+ A4sq[0.0001]*Road Island Sq [0]
+ A5sq [0.0001]*Bicycle Lane Sq [0]+A6sq [0.0001]*Pedestrian Walkway Sq[0]+A7*car lanes Sq [4]
+A8*tax sq[0]$