Announcement

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

  • Dunn Test Bonferroni Correction gives p-value of 1. Error?

    I did the Dunn test using the following code:

    Code:
    dunntest rating, by(outcome) ma(bonferroni)
    I ended up getting a p-value of 1 for some pairwise comparisons, which I assume is an error since the data is not the same for any of the groups compared. How do I fix this error?

  • #2
    I doubt that it's an error. It's not uncommon to get a p-value of 1 for pairwise comparisons with the Bonferroni method.

    Comment

    Working...
    X