Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Choice-based Conjoint Analysis

    Dear All,

    As one part of my paper, I need to run a choice-based conjoint analysis. With regard to data analysis, I will use a multi-level model to measure the importance attached to the different screening criteria and levels.

    Do you know if there are ready-to-use commands in Stata?

    Looking forward to your comments.

    Best,
    Chris

  • #2
    You could try to use

    melogit dependent_variable charA1 charA2 charA3 charB1 charB2 charB3 || respondent_ID:, vce(cluster respondent_ID)

    This is actually my approach. I am also a little unsure about this and also started a topic about this type of analysis:
    https://www.statalist.org/forums/for...ultilevel-data

    Comment


    • #3
      I am not familiar with conjoint analysis; however, use of
      Code:
      hsearch conjoint
      finds a couple of programs (one part of official Stata - rologit - and not not -dcreate- (from SSC)) that mention conjoint analysis in their help files - thus, you might start with them

      Comment

      Working...
      X