Hello,
I am running the following:
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
rather than t-tests given multiple comparisons, but what is the appropriate way to check for pairwise comparisons here?
I am running the following:
Code:
reg y i.x z, r
I run
Code:
anova y x
Comment