Today after I run my design, Ngene gave me this warning: " warning - Defaulting to prior values for zero for the following priors'' ". But it doesn't tell me exactly which prior. Could anyone tell me why please?
Here is my design:
- Code: Select all
Design
;alts(view) = alt1, alt2,SQ
;alts(nonview) = alt1, alt2,SQ
;rows = 12
;block=2
;eff = Fish(rp,d)
;fisher(Fish)=des1(view[0.6],nonview[0.4])
;model(view):
U(alt1) = b2[n,(n,-1,0.05),(u,0.1,0.2)] * DisF[0,2,4] + b3[n,(n,-1.45,0.01),(u,0.2,0.4)] * DisP[0,0.5,1]+ b4[(n,3,1)] *Surf[-0.1,0,0.1]
+ b5[n,(n,1.1,0.2),(u,0.2,0.3)] * view[0,1] + b6[n,(n,-9,1),(u,1,2)] * price[-0.15,-0.1,-0.05,0,0.05,0.1] + i1[(n,-1,0.02)]*DisF*DisP /
U(alt2) = b2 * DisF + b3 * DisP + b4 * Surf + b5 *view +b6*price ++ i1*DisF*DisP /
U(SQ) = b1[(n,1.34,0.2)]
;model(nonview):
U(alt1) = b2[n,(n,-1,0.05),(u,0.1,0.2)] * DisF[0,2,4] + b3[n,(n,-1.45,0.01),(u,0.2,0.4)] * DisP[0,0.5,1]+ b4[(n,3,1)] *Surf[-0.1,0,0.1]
+ b5[n,(n,1.1,0.2),(u,0.2,0.3)] * view[0,1] + b6[n,(n,-9,1),(u,1,2)] * price[-0.15,-0.1,-0.05,0,0.05,0.1] + i1[(n,-1,0.02)]*DisF*DisP /
U(alt2) = b2 * DisF + b3 * DisP + b4 * Surf + b5 *view +b6*price ++ i1*DisF*DisP /
U(SQ) = b1[(n,1.34,0.2)]
$
Thank you.