经济人生 发表于 2012-12-15 11:41 
实际上这个命令也是使用的极大似然估计,其中涉及到迭代算法,有可能取不到值。
你的工资方程里既有经 ...
use "C:\Users\Administrator.WIN-4DNMCMAJLUR\Desktop\movestay_example.dta", clear
(Sample dataset to illustrate the use of movestay procedure)
. movestay lmo_wage age age2 edu13 edu4 edu5 reg2 reg3 reg4, select(private=
> m_s1 job_hold)
unrecognized command: movestay
r(199);
. use "C:\Users\Administrator.WIN-4DNMCMAJLUR\Desktop\movestay_example.dta", clear
(Sample dataset to illustrate the use of movestay procedure)
. movestay lmo_wage age age2 edu13 edu4 edu5 reg2 reg3 reg4,select(private = m_s1 job_hold)
unrecognized command: movestay
r(199);
为什么会出现这种情况?用stata12做的。