Hi,
I made a survey of which one of the questions was in a checkbook format with 11 options. The participants were allowed to choose more than 1 option (e.g. What have you tried: nothing, workout, opiods, acupuncture, etc..)
Bitwise values are used for the checkbox option. Each option is assigned a numeric value (i.e., 1, 2, 4, 8, 16, 32, 64,etc.). These values are summed and the total given for each particpant
How can I unbundle the sum score and create additional variables to indicate if a participant endorsed the first option (yes/no), second option (yes/no) and so on.
Thanks!
Olivier
I made a survey of which one of the questions was in a checkbook format with 11 options. The participants were allowed to choose more than 1 option (e.g. What have you tried: nothing, workout, opiods, acupuncture, etc..)
Bitwise values are used for the checkbox option. Each option is assigned a numeric value (i.e., 1, 2, 4, 8, 16, 32, 64,etc.). These values are summed and the total given for each particpant
How can I unbundle the sum score and create additional variables to indicate if a participant endorsed the first option (yes/no), second option (yes/no) and so on.
Thanks!
Olivier
Comment