After inserting priors,MNL model failing to converge
Posted: Thu Nov 29, 2018 9:29 pm
Dear NGENE team
After collecting information from my pilot, I tried inserting priors into my D-efficient MNL design but NGENE seems to be having trouble finding a design
I included coefficients that were statistically significant and left the rest as 0
what do you suggest I do?
thanks for your help
Kind regards,
Jason Ong
After collecting information from my pilot, I tried inserting priors into my D-efficient MNL design but NGENE seems to be having trouble finding a design
I included coefficients that were statistically significant and left the rest as 0
what do you suggest I do?
thanks for your help
Kind regards,
Jason Ong
- Code: Select all
Design
; alts = A*, B*, C
; rows = 24
; eff = (mnl,d)
?; bdraws = gauss(5)
; block =2
; con
; model:
U(A) = b1.effects[0|0|-0.9]*Cost[500,1000,2000,0] +
b2.effects[0|0|0|-1|0|0|0]*Loc[1,2,3,4,5,6,7,0] +
b3.effects[0|0]*Test[1,2,0] +
b4.effects[0|0|0]*Person[1,2,3,0] +
b5.effects[0]*Access[1,0]/
U(B) = b1*Cost +
b2.effects*Loc +
b3.effects*Test +
b4.effects*Person +
b5.effects*Access/
U(C) = b6[-1.4]
$