Hello,

Does the oaxaca_rif command allow one to specify indicator variables (fixed effects)? If so, how?

I have a dataset with scno identifying 100 schools and data for two periods. If I were using the standard oaxaca command, this can be accommodated as follows:

Code:
xtset scno
Code:
xi: oaxaca y x1 x2 year, by(female) fixed(i.scno) cluster(scno)
How would I accommodate indicator variables using the oaxaca_rf command?

Any help much appreciated. Have been struggling with this for ages.....