Dear all, I'm trying to generate the syntax for the pilot study. I really appreciate it if you could help me to check if I got the syntax correct? I tried to run it in Ngene, but it gave a very big sample size. Just wondering what went wrong? Thank you very much.
Two alternatives: Treatment A and Treatment B.
Six attributes:
OS= Survival
WT=Waiting time
QOL=Quality of Life (1=best, 2=moderate, 3=worst)
HL= Hair loss
PN=Peripheral neuropathy
OOP=Out-of-pocket cost
Design
;alts = TxA*, TxB*
;rows = 18
;block = 2
;eff = (mnl,d)
;alg = mfederov (candidates = 1000)
;model:
U(TxA) = b0 [0] + b1 [0.005] * OS [24,36,48] + b2 [-0.001] * WT [30, 75, 120] + b3.dummy [0.002|0.004] * QOL [2, 1, 3] + b4 [-0.001] * HL [25, 60, 95] + b5 [-0.001] * PN [25, 45, 65] + b6 [-0.002] * OOP [50, 150, 250] /
U(TxB) = b1 * OS + b2 * WT + b3 * QOL + b4 * HL + b5 * PN + b6 * OOP
$