Dummy coding and order of attribute levels
Posted: Thu Apr 13, 2023 12:37 am
I am trying to use dummy coding for the attributes in my DCE, and I'm wondering whether the order I list the levels in matters. For example, is:
b1.dummy[0.1|0.2|0.3] * Diagnosis[35,45,55,30]
The same as:
b1.dummy[0.1|0.2|0.3] * Diagnosis[30,35,45,55]
My DCE has three alternatives: A, B and Status Quo. The levels vary for A and B, but are always the same for the Status Quo alternative. I want to ensure that the correct level is applied to the status quo alternative.
Thanks,
Michael
b1.dummy[0.1|0.2|0.3] * Diagnosis[35,45,55,30]
The same as:
b1.dummy[0.1|0.2|0.3] * Diagnosis[30,35,45,55]
My DCE has three alternatives: A, B and Status Quo. The levels vary for A and B, but are always the same for the Status Quo alternative. I want to ensure that the correct level is applied to the status quo alternative.
Thanks,
Michael