assigning signs in an efficient design
Posted: Sun Dec 03, 2017 9:00 am
Dear all,
I hope it is not too trivial question (I was searching in the forum and couldn't find the answer)
In order to obtain priors for the Bayesian design (i.e. the pilot stage) I am running D efficient design.
I know the signs of the parameters, I was writhing the following code assigning [0.0] for positive prior and [-0.0] for negative ones.
Does Ngene treat them as zeros? if so a better approach will be to assign [0.000001] and [-0.000001] respectively ?
Thank you for your time,
Anat
I hope it is not too trivial question (I was searching in the forum and couldn't find the answer)
In order to obtain priors for the Bayesian design (i.e. the pilot stage) I am running D efficient design.
I know the signs of the parameters, I was writhing the following code assigning [0.0] for positive prior and [-0.0] for negative ones.
Does Ngene treat them as zeros? if so a better approach will be to assign [0.000001] and [-0.000001] respectively ?
Thank you for your time,
Anat
- Code: Select all
Design
;alts = buffer_zone,coast_B, mountain_B
;rows=36
;block=4
;eff=(mnl,d)
;reject:
buffer_zone.facilities=3 and buffer_zone.cost=0,
buffer_zone.facilities=2 and buffer_zone.cost=0,
;model:
U(buffer_zone) =c1+b2[0.0]*facilities[1,2,3]+b4[-0.00]*cost[0,1,2]/
U(coast_B)=c2+b1[0.0]*greening[1,2]+b2*facilities[1,2,3]+b3[0.0]*cleanair[1,2]+b4*cost[0,1,2]/
U(mountain_B)= b1*greening[1,2]+b2*facilities[1,2,3]+b3*cleanair[1,2]+b4*cost[0,1,2] $