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
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

Comment