Announcement

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

  • RIF Oaxaca blinder decomposition in Stata

    Hello everyone, I would like to ask the following question.
    I am estimating an oaxaca RIF to determine the impact of the pandemic on student academic performance (measured through standardized tests). I already did the estimates for the quintiles q(10), q(30), ..., using the following command line:

    oaxacarif score if score!=0, by($yyear) oaxaca(det($det) swap w(0) noi /* xb */ ) logit($indepv) regrif($indepvr) q1(10)

    I only change the last part to determine which quintile to estimate.
    Question: How do I estimate the oaxaca rif over the total distrubition or the mean. I want to do the estimation with all students and not just a part of them.
    I tried deleting the last part of the estimate q(10), typing mean, and I get an error.
    FernandoRios

  • #2
    I think you got the syntax of the command mixed up.
    Please look into the helpfile and examples, first
    After that, let me know what problems you had modifying that code for your needs
    F

    Comment

    Working...
    X