Dear all,
Now I am obeserving whether home-school communication could affect children's academic performance. So talkstudy here is the independent variable and I try the oaxaca_rif method.
When running with bootstrap, it shows 'an error occured' with r(3498). And I have no idea of that.
. bootstrap, reps(500) seed(10101): ///
> oaxaca_rif stdchn $xlist normalize(ecolevel1-ecolevel5) normalize(scoreexp1-scoreexp4) normalize(pressure1-pressure5) normalize(helpstudy1-helpstudy5) normalize(title1-ti
tle5) if year==2016, ///
> rif(mean) by(talkstudy) weight(0) ///
> rwlogit(ecolevel1-ecolevel5 betteredu talknum) relax
(running oaxaca_rif on estimation sample)
an error occurred when bootstrap executed oaxaca_rif
r(3498);
Are there any problems in my command? How to solve this strange error?
Thanks for any help.
Li
Now I am obeserving whether home-school communication could affect children's academic performance. So talkstudy here is the independent variable and I try the oaxaca_rif method.
When running with bootstrap, it shows 'an error occured' with r(3498). And I have no idea of that.
. bootstrap, reps(500) seed(10101): ///
> oaxaca_rif stdchn $xlist normalize(ecolevel1-ecolevel5) normalize(scoreexp1-scoreexp4) normalize(pressure1-pressure5) normalize(helpstudy1-helpstudy5) normalize(title1-ti
tle5) if year==2016, ///
> rif(mean) by(talkstudy) weight(0) ///
> rwlogit(ecolevel1-ecolevel5 betteredu talknum) relax
(running oaxaca_rif on estimation sample)
an error occurred when bootstrap executed oaxaca_rif
r(3498);
Are there any problems in my command? How to solve this strange error?
Thanks for any help.
Li
Comment