Announcement

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

  • Interpreting the intercept in the random-effects model

    Consider the model
    yit = a + bXit + ci + eit


    Using a fixed effect model, the constant term a cannot be estimated. a is collinear with ci. To break the collinearity, you need an additional restriction: xtreg, fe adds one restriction, reg another etc.. At the end, there's no way to separate a from ci.

    My question is if this holds true also in a random effect model. In a RE we impose that the mean of all ci is equal to zero. Is this restriction sufficient to separately estimate a and ci or not? More in general what is the interpretation of the constant term in a random effect model (xtreg, re)?

    Thanks

  • #2
    In a random effects model, the colinearity between a and the ci is simply not an issue as the ci are not estimated with linear algebra the way they are in a fixed effects model. In fact, the ci are not estimated at all within the -xtreg, re- or -mixed- commands. (If you want estimates of them, you can get them afterwards with -predict, u- or -predict, reffectrs-, respectively.) Rather, in a random effects model, the ci are modeled as being sampled independently from a normal distribution with mean 0 and unknown variance, the variance being estimated from the data and reported as part of -xtreg, re- or -mixed- output.

    So the interpretation of the constant term in -xtreg, re- is similar to the interpretation of the constant term in -regress-: it is the expected value of the outcome variable when all predictors are 0 and ui = 0.

    Comment


    • #3
      Thanks Clyde, clear and instructive! Riccardo

      Comment


      • #4
        Riccardo:
        in addition to Clyde's as always enlightening explanation, you can find an interesting comparison about the role of -fe- and -re- intercept in linear panel data regression in: https://www.wiley.com/en-us/A+Guide+...-9781405182577, page 282-284.
        Kind regards,
        Carlo
        (Stata 19.0)

        Comment

        Working...
        X