Announcement

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

  • Anova and pairwise comparisons

    Hello,

    I am running the following:
    Code:
    reg y i.x z, r
    and x has four levels including the base level. The levels are not of equal sizes. Along with testing the effect of each level relative to the base-level, I want to test whether the coefficients for the remaining levels are different from each other.
    I run
    Code:
    anova y x
    rather than t-tests given multiple comparisons, but what is the appropriate way to check for pairwise comparisons here?

  • #2
    See docs for pwcompare.
    https://www.stata.com/manuals/rpwcompare.pdf

    Comment

    Working...
    X