Announcement

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

  • Oaxaca decomposition other than wage differences

    Hi,
    I am thinking whether the Blinder-Oaxaca decomposition can be run to explore gender/ethnicity differences other than income/wage variables.
    Also, saw there are a few commands available (oaxaca, decompose, decomp,...). Does anyone know the main differences between them?


    I want to explore what explain the differences in hours of work by gender. The gender variables is a dummy variable = 1 if female and =0 otherwise (male).
    So far, I have run the following code

    oaxaca hours age age2 native white married region numchildren child_younger5 child_0509 child_1015 yrd*, by(gender)

    The problem I am facing is that I find a gap in hours of, say, 15 hours less for females. However, with these covariates I can only explain 1 hours of those 15 fewer hours. Hence, the unexplained reaches the difference (see pic).

    Click image for larger version

Name:	Oaxaca.png
Views:	1
Size:	59.8 KB
ID:	1390884

  • #2
    Hola, ahora mismo estoy intentado corre este modelo el stata para determinar las diferencias salariales por genero en el mercado laboral, pero no he tenindo exito dado que no cuento con un buen codigo para este me podrias ayuadar?? con un ejemplo de como correr y elaborar el codigo

    Comment


    • #3
      Hola Vanessa
      No hay nada que sea demasiado dificil
      aca te doy un ejemplo:

      Code:
      ssc install frause
      ssc install oaxaca
      frause oaxaca,clear
      
      oaxaca lnwage educ exper tenure, by(female) w(0)
      Este codigo genera descomposicion tipica en "endowments" y "coefficients.
      Saludos

      Comment


      • #4
        Gracias lo puede realizar pero tengo dudas sobre como seria la interpretación el este caso yo estot analizado la brecha salaria entre genero

        Comment

        Working...
        X