Announcement

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

  • Regress only on fixed effects (residualize) without using dummies

    I want to regress on only fixed effects to obtain dipersion of within-variation. However, I am using high-dimensional FEs, which means it is not feasible to do
    Code:
    reg y i.x1
    because the number of different x1 is too large.

    How can I achieve it?

  • #2
    David:
    have you already taken a look at -areg-?
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      xtreg is an other obvious approach. The results are often identical to areg, but xtreg has some different options.

      Comment

      Working...
      X