Dear Ngeners,
I am working on a labelled design with status quo for a pivot study (to get priors) with an attribute (b1) constraint, the level of b1 (possible values:1,2,3,4) of demijet should always be lower than jet and integral. Jet and Integral can have the same values or Jet should be lower than integral. I do know the values of the priori but looking at a previous post I included the sing of the coefficients
I wrote the following code .. but it is not working ..
?this will generate a design efficiency
Design
;alts = nulla, demijet, jet, integrale
;rows = 6
;eff = (mnl,d)
;rep = 500
;rdraws = halton(250)
;cond:
if(demijet.b1<jet.b1, integrale.b1>=jet.b1),
;model:
U(demijet) = c1[0] + b1[n,0.00000001,1] * A1[1,2,3,4] + b2.dummy[n,0.00000001,1] * B1[0,1] + b3[n,-0.00000001,1]* C1[30,50,90,160] /
U(jet) = c2[0] + b1 * A1 + b2 * B1 + b3 * C1 /
U(integrale) = c3[0] + b1 * A1 + b2 * B1 + b3 * C1
$
Thank you very much for your help
Kind Regards
Fabio