结果:找到“面板 bs”相关内容46个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
新定义的面板数据回归时提醒“no observation”,是循环的问题还是格式问题??
4 个回复 - 6348 次查看
quietly xtreg fatal beertax spircons unrate perinck,fe
scalar theta=e(theta)
global yandxforhausman fatal beertax spircons unrate perinck
sort state
foreach x of varlist $yandxforhausman{
by stat ...
2012-11-7 19:02 - mmjy12 - 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 个回复 - 2152 次查看
运行代码
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 个回复 - 8270 次查看
各位好!我用stata12做动态
面板[/backcolor]回归的时候总是no o
bservation[/backcolor]。
数据格式都是double,命令也没有错,不知问题出在哪儿,帮忙分析下,谢谢~~~
这些是数据[/backcolor]:
这些是命令[/ba ...
2014-7-13 22:57 - lzx1247 - Stata专版