Thanks for your suggestions, I am now looking at using an efficient design as an alternative. For each of my attributes , I do know the expected sign ( ie which level would be preferred by a rational decision maker). If I had to implement it
a) how would the design below fare ( after adding information on the sign of priors, question on that below) ? I would really appreciate your comments on it since I have been studying OOD design all this while, I am looking to incorporate , at least the signs of the priors
b) should I keep the ;orth= seq command before the ; eff=(mnl,d) ? Will this create an efficient design and yet keep orthogonality? Also, in practice what is the impact of letting orth, default to simultaneous versus adding the sequential command ?
c) how do I incorporate priors, only knowing the sign for attributes that are common across alternative choices( all my attributes are common across alternatives)- ie should I use just a minimal number to indicate the sign [0.5]
d) should I use the same number in the prioirs for all the attributes since I don't know anything beyond the sign of the degree of preference. I ask this especially, since the number of levels in attributes may be different, or should I use a lower number value for attributes with more levels, to not give a higher value to these attributes ?
e) When I run this, I get a number of evaluation versions, while I understand that the algorithm is trying to minimize the d-error , is it ok to use one of the earlier( not last) desings taking into account dominance ( some of the designs with this algorithm still show dominant sets), d error, s estimates together, instead of just going with the last design produced
Design
;alts=alt1*, alt2*
;rows=24
;orth=seq
;eff = (mnl,d)
;model:
U (alt1)= b2*A[0,1,2,3] +b3*B[0,1] +b4*C [0,1] + b5*D[ 0,1] + b6*E[0,1,2,3] + b7*F[0,1] + b8*E*F /
U (alt2)= b2*A +b3*B +b4*C + b5*D + b6*E + b7*F + b8*E*F $
Thanks once again for your help,
Zubin