Dear all,
I have read with interest the posts concerning bayesian efficient design and modified federov to add constraints, but I could not find any answer to the following question:
Why can Ngene not find a bayesian efficient design with the following structure ?
Priors are based on RPL estimation of pilot data (n=24). May be se are too large ?
I have tested with an efficient design based on CL estimation of pilot data and same constraints. This is working well.
Thanks a lot
Marianne
Design
;alts=GA*, GB*, SQ
;rows = 12
;block = 3
;rep=1000
;eff = (mnl,d,mean)
;alg=mfederov
;reject:
? If A/B offers better Indemnity and Expert while the other is Index (or both index or both experts) then not cheaper
GA.C>GB.C and GA.B<=GB.B and GA.D<GB.D,
GB.C>GA.C and GB.B<=GA.B and GB.D<GA.D
;model:
U(GA) = b1.dummy[(n,-1.258,1.418)]*A[1,0] + b2.dummy[(n,-0.880,3.284)]*B[1,0] +b3[(n,0.0597,0.0959)]*C[40,45,50,55,60,65] +b4[(n,-2.121,3.572)]*D[1,3,4,5,6,8] /
U(GB) = b1*A + b2*B + b3*C + b4*D /
U(SQ) = b0[(n,-2.011,3.905)]
$