I run the syntax and D-error = 0.058002 and D-optimality = Undefined.
How can I modify syntax to output the results of D-efficiency and C-efficiency?
- Code: Select all
Design
;alts = alt1*, alt2*
;rows = 100
;eff = (mnl,d)
;alg = mfederov(candidates = NgeneDataset.csv,stop=total(10000 iterations))
;model:
U(alt1) = b1 * A[0,1] + b2 * B[0,1] + b3 * C[0,1] + b4 * D[0,1] +b5 * E[0,1] + b6 * F[0,1] + b7 * G[0,1] + b8 * H[0,1] + b9 * I[0,1] + b10 * J[0,1,2]/
U(alt2) = b1 * A + b2 * B + b3 * C + b4 * D +b5 * E + b6 * F + b7 * G + b8 * H + b9 * I + b10 * J
$