Announcement

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

  • Analyzing a Likert Item

    I am analyzing a dataset which has a likert item with seven responses measuring satisfaction as an outcome. How best do I analyze this outcome.

    Adeola Akintola
    Last edited by Adeola Akintola; 16 Mar 2022, 08:49.

  • #2
    Ordered logit regression. Stata's ologit.

    Comment


    • #3
      @Jared. Thank you. My worry will be that among the responses, there are some cells that has very few counts. I am thinking this will affect my result. Can I use multinominal regression.

      Comment


      • #4
        You can look to combine such choices into an "other" category. There are also tests for combining dependent categories in multinomial logit, so these may suggest combining the seldom chosen options with those more frequently chosen. If your scale is ordinal, then the combination should be with adjacent categories. See Richard Williams's notes on tests for combining dependent categories: https://www3.nd.edu/~rwilliam/stats3/Mlogit2.pdf

        Comment


        • #5
          Andrew Musau, thank you.

          Comment


          • #6
            Just to add a bit to what Andrew said: if you have a very skewed distribution where some response categories are sparse, using multinomial logit regression will not improve the result. I think it will make things worse.
            Be aware that it can be very hard to answer a question without sample data. You can use the dataex command for this. Type help dataex at the command line.

            When presenting code or results, please use the code delimiters format them. Use the # button on the formatting toolbar, between the " (double quote) and <> buttons.

            Comment

            Working...
            X