Announcement

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

  • oaxaca_rif error

    Hello,
    I am running oaxaca_rif but I keep getting an error regarding the groups. Here is my command:

    foreach q in 25 50 75 90 {
    di "==================== RIF Decomposition at `q'th Percentile ===================="


    oaxaca_rif w0111a (group_inher: inherit_bin) ///
    (group_demo_edu: age_new age2 sibling numb nums eduyears) ///
    if female == 0 | female == 1, by(female) rif(q(`q')) wgt(1) robust relax
    }

    The error is regarding the grouping label:
    variable group_inher not found

    I updated stata and uninstalled and reinstalled the package. The program runs on other peoples laptops
    Any suggestions on what else I could do to get this to run?
    Thank you.
Working...
X