结果:找到“stata observation”相关内容90个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
stata 中lp法求tfp 出现no observations
6 个回复 - 2478 次查看
数据中没有缺失值,这是为什么啊,小白求教
levpet lnidadvlu1, free(lnemply) proxy(lntotlctdv) capital(lncptast) i(coid3) t(sgnyea)
其中idadvlu1是工业增加值,emply是员工数量,totlctdv是中间投入,cp ...
2016-8-23 16:20 - 偶相互酌 - Stata专版
为什么stata分组回归时总是显示no observation?
11 个回复 - 32327 次查看
我想做分组回归并保存残差,命令如下:
gen e=.
forvalue year=1953/1993{
reg y x if cyear==`year'
predict rs if e(sample), rstudent
replace e=rs if e(sample)
drop rs
}
为什么
stata总是提醒no obs ...
2011-11-10 05:40 - kit2ten - Stata专版
用stata做面板数据随机效应和固定效应时,显示no observation,但是数据全是数值型
8 个回复 - 3676 次查看
year y1 x1 x2 x3 province
2010 14806 56 87 64 1
2011 21866 273 117 103 1
2012 28159 490 238 124 1
2013 37782 874 368 158 1
2014 36514 941 409 172 1
2015 44000 1091 499 239 1
2016 54858 1188 570 ...
2019-3-28 18:33 - 叫我天天 - Stata专版
【面板数据求助】stata出现insufficient observations
0 个回复 - 2155 次查看
运行代码
egen g=group(year industry2)
su g
loc n=r(max)
g e=.
forv i=1/`n'{
reg accrualsat1 at1 sarat1 ppeat1 if g==`i'
predict r if e(sample),r
replace e=r if e(sample)
drop r
}
drop g
出现 ...
2019-12-8 22:15 - HOGDrunk - 文献求助专区
求助,stata动态面板回归no observation
5 个回复 - 8272 次查看
各位好!我用
stata12做动态面板[/backcolor]回归的时候总是no
observation[/backcolor]。
数据格式都是double,命令也没有错,不知问题出在哪儿,帮忙分析下,谢谢~~~
这些是数据[/backcolor]:
这些是命令[/ba ...
2014-7-13 22:57 - lzx1247 - Stata专版
stata数据分析出现no observations
0 个回复 - 1489 次查看
用
stata做半年度数据的数据分析,用201101,201102,201201,201202.......来表示时间。做面板分析时出现no
observations,数据都是数值型的,也没有红色,请教各位大神是什么原因呀?是不是半年度时间的表示方式错了 ...
2018-3-17 21:39 - 忒喜气 - 新手入门区
STATA做单位根检验选择AIC时候显示no observations
2 个回复 - 4402 次查看
使用的指令是:
program modelselect1
1. scalar aic=ln(e(rss)/e(N))+2*e(rank)/e(N)
2. scalar list aic
3. end
forvalues q=1/24{
2. regress d.lninr l.lninr L(1/`q') ...
2017-7-23 04:07 - ooonsry - Stata专版
stata出现错误insufficient observations
5 个回复 - 8589 次查看
运行这段循环代码
su g
loc n=r(max)
g e_4=.
forv i=1/`n'{
reg y_4 i.ye_coun if g==`i'
predict r if e(sample),r
replace e_4=r if e(sample)
drop r
}
这该如何是好?
2017-6-12 18:25 - 南宫姑娘 - Stata专版
stata做DF-GLS-检验时出现no observation
3 个回复 - 2687 次查看
do "C:\Users\lenovo\AppData\Local\Temp\STD00000000.tmp"
. line y year
. dfgls y
DF-GLS for y Number of obs = 0
Maxlag = 4 chosen by Schwer ...
2016-12-29 10:31 - 想了累0 - Stata专版
stata做DF-GLS-检验时出现no observation
1 个回复 - 1569 次查看
. do "C:\Users\lenovo\AppData\Local\Temp\STD00000000.tmp"
. line y year
. dfgls y
DF-GLS for y Number of obs = 0
Maxlag = 4 chosen by Schwe ...
2016-12-29 10:25 - 想了累0 - Stata专版
stata跑exreg命令的时候显示no observations
0 个回复 - 1572 次查看
我用13版本
stata研究评分对票房的影响,所以我把评分等级分成4份。
. egen raveragek=cut(raverage),group(4) label[/backcolor]
(584086 missing values generated)[/backcolor]
. [/backcolor]
. tabulate ...
2015-8-2 00:23 - yuyang4062 - 爱问频道