Page 1 of 1

D-efficiency of orthogonal design

PostPosted: Fri Aug 27, 2021 12:59 am
by wxy008
Dear Michiel,
I run an example of labeled orthogonal design in the Ngene manual (see below). I did not find the D-efficiency value. I could get the D optimality by click OOD box on the left side of Ngene result page. I think the D optimality is not D efficiency for labeled design since we can not use OOD for labeled design. Is there any way I can get D-efficiency?

Thanks for the help.

Wei
Code: Select all
Design
;alts = alt1, alt2
;rows = 4
;orth = sim
;model:
U(alt1) = b1 + b2 * A[0,1] + b3 * B[0,1] /
U(alt2) = b2 * A + b3 * B
$

Re: D-efficiency of orthogonal design

PostPosted: Fri Sep 03, 2021 11:40 am
by Michiel Bliemer
D-efficiency is only available for unlabelled experiments due to the very specific way that these designs are constructed using the algorithm in OOD and the formulas in the work of Street, Burgess, and Louviere. For labelled experiments these formulas no longer work.

The utility functions in this example may actually indicate an unlabelled experiment because the attributes are identical across alt1 anf alt2, the attribute levels are identical, and the coefficients for the attributes are identical. Therefore, if you change ;orth = sim to orth = ood you will get a 100% D-efficient design for this example (ignoring the constant).

Michiel

Re: D-efficiency of orthogonal design

PostPosted: Tue Sep 07, 2021 10:35 pm
by wxy008
Thanks so much!