全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
49196 40
2015-12-20

stata做sfa分析的详细命令语句


各位群友你们好,就是我在用stata计算sfa的时候,无论是使用frontier+变量,xtfrontier+变量,还是sfcross,sfpanel计算的时候,计算出了的效率值怎么是大于1的,我的一组数据是这样的
lnoutputlnlabourlncapital
15.700391629.57900317412.74458941
15.312214159.54923823612.51381099
12.898678187.38398945810.71062391
12.924881728.00936307710.96025997
15.035379528.97613587312.14255227
13.934019118.68524677611.58193927
13.020426337.56889566310.89511208
13.385953667.84580750310.90834761
12.192639836.4393503719.454524999
命令如下:
sfcross  lnoutput lnlabour lncapital
initial:       Log likelihood = -13.449518
Iteration 0:   Log likelihood = -13.449518  (not concave)
Iteration 1:   Log likelihood = -7.0344072  (not concave)
Iteration 2:   Log likelihood = -4.0625023  
Iteration 3:   Log likelihood =  -3.208996  (not concave)
Iteration 4:   Log likelihood = -2.4905345  (not concave)
Iteration 5:   Log likelihood = -2.3886018  (not concave)
Iteration 6:   Log likelihood = -2.3765454  
Iteration 7:   Log likelihood = -2.1444908  
Iteration 8:   Log likelihood =  -2.008752  
Iteration 9:   Log likelihood = -1.9937579  
Iteration 10:  Log likelihood =  -1.986255  
Iteration 11:  Log likelihood = -1.9849598  
Iteration 12:  Log likelihood = -1.9840791  
Iteration 13:  Log likelihood = -1.9839049  
Iteration 14:  Log likelihood = -1.9837359  
Iteration 15:  Log likelihood = -1.9837269  
Iteration 16:  Log likelihood = -1.9836615  
Iteration 17:  Log likelihood = -1.9836566  
Iteration 18:  Log likelihood = -1.9836439  
Iteration 19:  Log likelihood = -1.9836424  
Iteration 20:  Log likelihood = -1.9836418  
Iteration 21:  Log likelihood = -1.9836416  

Stoc. frontier normal/exponential model              Number of obs =         9
                                                     Wald chi2(2)  =    127.03
                                                     Prob > chi2   =    0.0000

Log likelihood =    -1.9836
------------------------------------------------------------------------------
         lno |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
Frontier     |
         lnl |    .185529   .6727565     0.28   0.783    -1.133049    1.504107
         lnk |   .9766153   .6863974     1.42   0.155    -.3686988    2.321929
       _cons |    1.24623   2.708034     0.46   0.645    -4.061419    6.553879
-------------+----------------------------------------------------------------
Usigma       |
       _cons |  -9.548672    264.708    -0.04   0.971    -528.3668    509.2694
-------------+----------------------------------------------------------------
Vsigma       |
       _cons |   -2.39786   .5146479    -4.66   0.000    -3.406551   -1.389169
-------------+----------------------------------------------------------------
     sigma_u |   .0084437   1.117556     0.01   0.994     1.8e-115    3.9e+110
     sigma_v |   .3015167   .0775875     3.89   0.000     .1820861     .499282
      lambda |    .028004   1.150761     0.02   0.981    -2.227445    2.283453
------------------------------------------------------------------------------


. predict te1
(option xb assumed; fitted values)

. list te1

     +----------+
     |      te1 |
     |----------|
  1. | 15.46997 |
  2. | 15.23907 |
  3. | 13.07633 |
  4. | 13.43616 |
  5. | 14.77017 |
     |----------|
  6. | 14.16869 |
  7. | 13.29081 |
  8. | 13.35511 |
  9. | 11.67435 |
     +----------+

我想问一下这个te是效率值吗?如果是的话为什么都这么大,还有就是哪些回归系数的显著性判断的那个“*”都是自己查表标上去的,还是说软件会自动输出来,急求懂的人帮忙解释一下  麻烦给一下详细的命令好吗?急求 谢谢
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-12-20 18:57:07
菜鸟求助攻
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2015-12-21 09:11:24
同问
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-1-11 10:16:45
现在搞明白了,后的那个predict te  应该改成predict te,te 这样才是对的,计算的结果和frontier4.1计算的结果比较了一下基本是一样的
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-3-1 16:05:46
信自己傲天下 发表于 2016-1-11 10:16
现在搞明白了,后的那个predict te  应该改成predict te,te 这样才是对的,计算的结果和frontier4.1计算的结 ...
请问在panel data里,用predict te, te 算出来的里面怎么都是小于1的,应该有等于1的吧
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2017-9-15 19:48:59
信自己傲天下 发表于 2016-1-11 10:16
现在搞明白了,后的那个predict te  应该改成predict te,te 这样才是对的,计算的结果和frontier4.1计算的结 ...
你好, sfpanel命令怎么获得效率估计值,predict te, te?但是结果提示不能添加te选项啊?
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群