Announcement

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

  • Omitted Variables in STATA

    How to handle independent variables which are omitted in STATA in fixed effects regression.

  • #2
    Anuradha:
    as this is not your first post, such a broad query can receive a short (and possibly unhelpful) reply.
    The most likely reason why the -fe- estimator wipes out independent variables is that they are time-invariant.
    Kind regards,
    Carlo
    (StataNow 18.5)

    Comment


    • #3
      Carlo Lazzaro how do I test for the time invariant variables in panel data in STATA. is there a way around it.

      Comment


      • #4
        Anuradha:
        as per -xttab- entry, Stata .pdf manual:
        A time-invariant variable will have a tabulation with within percents of 100:
        :
        Code:
        use "https://www.stata-press.com/data/r17/nlswork.dta"
        . xttab race
        
                          Overall             Between            Within
             race |    Freq.  Percent      Freq.  Percent        Percent
        ----------+-----------------------------------------------------
            White |   20180     70.72      3329     70.66         100.00
            Black |    8051     28.22      1325     28.13         100.00
            Other |     303      1.06        57      1.21         100.00
        ----------+-----------------------------------------------------
            Total |   28534    100.00      4711    100.00         100.00
                                      (n = 4711)
        
        .
        Kind regards,
        Carlo
        (StataNow 18.5)

        Comment


        • #5
          Thank you Carlo. This is interesting indeed.

          Comment

          Working...
          X