蓝色 发表于 2012-2-13 23:18 
没有数据不知道什么原因
tsset num year
panel variable: num (unbalanced)
time variable: ye, 1999 to 2007, but with gaps
delta: 1 unit
tabulate year,gen(year)
year | Freq. Percent Cum.
------------+-----------------------------------
1999 | 145,031 7.55 7.55
2000 | 146,318 7.62 15.17
2001 | 154,644 8.05 23.22
2002 | 163,823 8.53 31.75
2003 | 180,898 9.42 41.16
2004 | 256,534 13.35 54.52
2005 | 258,137 13.44 67.95
2006 | 282,204 14.69 82.64
2007 | 333,388 17.36 100.00
------------+-----------------------------------
Total | 1,920,977 100.00
tabulate indus_2,gen(industry)
这个就不贴了~. tobit y x1 x2 x3 x4 x4^2 x5 x6 x7 x8 x9 x9^2 stateown private other
> gangaotai year1- year8 industry1- industry39,ll(0)
note: year1 omitted because of collinearity
note: year2 omitted because of collinearity
note: year6 omitted because of collinearity
Tobit regression Number of obs = 1045997
LR chi2(59) = 70338.94
Prob > chi2 = 0.0000
Log likelihood = -460667.43 Pseudo R2 = 0.0709
------------------------------------------------------------------------------
randd | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
x1 | -1.86e-08 6.51e-09 -2.85 0.004 -3.13e-08 -5.82e-09
x2 | .0119829 .0000573 209.10 0.000 .0118706 .0120953
x3 | -7.25e-07 6.14e-08 -11.81 0.000 -8.46e-07 -6.05e-07
x4 | -.0643339 .0149713 -4.30 0.000 -.0936772 -.0349905
x4^2 | .0246831 .0008043 30.69 0.000 .0231067 .0262594
x5 | .0076249 .0003656 20.85 0.000 .0069083 .0083415
x6 | .0002349 .0000246 9.56 0.000 .0001867 .000283
x7| .1626048 .0007775 209.15 0.000 .161081 .1641286
x8| -.0000214 2.05e-06 -10.47 0.000 -.0000254 -.0000174
x9 | 3.339469 .1395447 23.93 0.000 3.065966 3.612972
x9^2 | -.0880561 .0039834 -22.11 0.000 -.0958634 -.0802488
stateown | .0329428 .0210042 1.57 0.117 -.0082248 .0741103
private | .1136428 .0142611 7.97 0.000 .0856915 .1415942
other | .2975666 .0143083 20.80 0.000 .2695229 .3256103
gangaotai | -.1062617 .017275 -6.15 0.000 -.14012 -.0724034
year1 | (omitted)
year2 | (omitted)
year3 | .1310946 .0152406 8.60 0.000 .1012235 .1609657
year4 | .2648598 .0140378 18.87 0.000 .2373462 .2923733
year5 | .3128813 .0134618 23.24 0.000 .2864965 .339266
year6 | (omitted)
year7 | -.0868795 .0123782 -7.02 0.000 -.1111403 -.0626186
year8 | -.0252703 .0119969 -2.11 0.035 -.0487839 -.0017567
行业因素 控制
_cons | -7.296448 .10994 -66.37 0.000 -7.511927 -7.08097
-------------+----------------------------------------------------------------
/sigma | 2.31803 .0045694 2.309074 2.326986
------------------------------------------------------------------------------
Obs. summary: 916709 left-censored observations at y<=0
129288 uncensored observations
0 right-censored observations
其中x1-x3是主要解释变量。后面控制了所有制因素、年份和行业。去掉年份虚拟变量回归一切就很正常。
希望高手解惑,多谢多谢!!