Hi All
Am trying to use the commands use by Ben Jann in his article ‘The Blinder-Oaxaca decomposition for linear regression models” on his own data but I have the following errors for each of the commands after using them as stated below:
pweight: wt
VCE: linearized
Single unit: missing
Strata 1: <one>
SU 1: <observations>
FPC 1: <zero>
. pweight: wt
unrecognized command:pweight
r(199);
end of do-file
r(199);
(ii) tabulate isco, nofreq generate(isco)
.oaxaca lnwage educ exper tenure isco2-isco9, by(female) pooled ///
> detail(exp_ten: exper tenure, isco: isco?) categorical(isco?)
option > not allowed
r(198);
end of do-file
r(198);
Can anybody assist me to fix it?
Thanks in anticipation
Sola Olorunfemi
Am trying to use the commands use by Ben Jann in his article ‘The Blinder-Oaxaca decomposition for linear regression models” on his own data but I have the following errors for each of the commands after using them as stated below:
- svyset [pw=wt]
pweight: wt
VCE: linearized
Single unit: missing
Strata 1: <one>
SU 1: <observations>
FPC 1: <zero>
. pweight: wt
unrecognized command:pweight
r(199);
end of do-file
r(199);
(ii) tabulate isco, nofreq generate(isco)
.oaxaca lnwage educ exper tenure isco2-isco9, by(female) pooled ///
> detail(exp_ten: exper tenure, isco: isco?) categorical(isco?)
option > not allowed
r(198);
end of do-file
r(198);
Can anybody assist me to fix it?
Thanks in anticipation
Sola Olorunfemi
Comment