Hello!
I am having trouble exporting the right conjoint analysis data that I need for analysis. For example, the data that is exported does not show which block each participant received. It looks like my conjoint questions are there but I am not sure what profiles were included in each choice set. Does anyone know if there is a block ID listed in one of the fields when you export raw conjoint analysis data? Based on the output, I’m thinking it is vers_CBCONJOINT? But it seems like we can’t find that data point in any of the other exports. I will need to use the block ID to merge in the attributes of each of the profiles our participants see during our analysis. In the end, the data to should look something like this:
ID | choce_set | chosen | block_id | choice | pat_freq | pay_type | prep_type | pay_amount |
1 | 1 | yes | 1 | 1 | ||||
1 | 1 | no | 1 | 2 | ||||
1 | 2 | yes | 1 | 1 | ||||
1 | 2 | no | 1 | 2 | ||||
1 | 3 | yes | 1 | 1 | ||||
1 | 3 | no | 1 | 2 | ||||
1 | 4 | yes | 1 | 1 | ||||
1 | 4 | no | 1 | 2 | ||||
1 | 5 | yes | 1 | 1 | ||||
1 | 5 | no | 1 | 2 | ||||
1 | 6 | yes | 1 | 1 | ||||
1 | 6 | no | 1 | 2 | ||||
1 | 7 | yes | 1 | 1 | ||||
1 | 7 | no | 1 | 2 | ||||
1 | 8 | yes | 1 | 1 | ||||
1 | 8 | yes | 1 | 2 |
We need to be able to merge in the attribute information from the design file on block_id, choice_set, and choice. But we are lacking the block ID. Can anyone point me in the right direction? Thanks in advance!