结果:找到“stata p-value”相关内容96个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
用Stata做事件研究法,forvalues语句会出现invalid syntax
28 个回复 - 16842 次查看
forvaluesi=1(1)65{ l id company_id if id==`i' & dif==0 reg ret market_return if id==`i' &estimation_window==1 predict p if id==`i' replace predicted_return = p if id==`i' &event_window==1 ...
2014-4-21 16:54 - 大耳朵杨杨 - 爱问频道
STATA命令求助:有条件的计算unique value
1 个回复 - 743 次查看
请问有一组面板数据,如何分组计算unique value呢?比如说2010-2020年的不同行业的企业的破产数量,企业ID,破产变量B ( B=1(破产),B=0(持续经营)),行业Industry(以数字代替不同行业,1,2,3,..., n)
如 ...
2023-3-14 23:35 - Josh15 - Stata专版
STATA关于forvalues循环
17 个回复 - 35770 次查看
试了一下 forvalues循环 哪怕直接用
stata.com 官网的例子 都报错 invalid name
代码如下:
forvalues i=1/13 {
display 'i'
}
提示 r(198) 'i' invalid name
所以请问
stata forvalues 循环到底怎么写? ...
2019-9-26 07:31 - 富超744 - Stata专版
stata11为什么不能做prvalue啊
11 个回复 - 8003 次查看
大侠帮忙解决下好不好?谢谢!
我把程序和结果放在这里,请达人解决,谢谢你!
//Predicted probabilities for "All"
prvalue, rest(mean)
//Predicted probabilities for "White, 12 years education, no wor ...
2009-8-9 14:55 - zzs1680 - Stata专版
STATA关于forvalues循环出现invalid name
1 个回复 - 939 次查看
运行forvalues i = 1(1)48 {reg SHARE MARKET if id == `i’ & esti == 1predict p if id == `i’ replace return = p if id == `i’ & event_win == 1drop p} 出现`i’ invalid namer(198)
已经在excel中把code设定 ...
2022-4-12 00:00 - 七77777 - Stata专版
Stata用forvalues做循环的时候怎么跳过缺失值呢?
15 个回复 - 12016 次查看
请问forvalues做循环的时候怎么跳过缺失值呢?
比如:
forvalues i=1/5{use "C/Desktop/Statistic/data`i'.dta",cleardrop if var1==0save "C/Desktop/Statistic/newdata_`j'",replace}
我在Statistic这个文件夹 ...
2016-6-1 18:47 - RUCLSD - Stata专版
在stata中运行forvalues时遇到问题
0 个回复 - 1230 次查看
我想做事件研究法,参考网上资料时发现这一步有问题,哪位大神能帮帮我,十分感谢!
. forvalues i=1(1)169 {
2. 1 g stkcd if g==`i' & dif==0
3. reg dretwd mktret1 if g==`i' & ...
2020-3-3 20:49 - linjingtai - Stata专版
STATA的forvalues循环上界可以是变量吗?
3 个回复 - 3308 次查看
我想用forvalues循环对2000-2012年的工业企业数据库进行匹配。前面几组循环都可以正常运行,连续两年的匹配也成功了。
最后一组我用了双重循环语句,希望在连续的两年(三年、四年、..、十二年)的数据基础上,加上 ...
2018-5-30 17:04 - 不二老三 - Stata专版
关于stata forvalue的问题
6 个回复 - 5963 次查看
reg wreturn mreturn inreturn if gcodeyear==1
gen r2=e(r2) if gcodeyear==1
forvalue i=2/18 {
reg wreturn mreturn inreturn if gcodeyear==i
replace r2=e(r2)
}
为什么这里的i和if失效了,每一次循环 ...
2016-8-9 10:43 - onl530946408 - Stata专版
stata中forvalues
0 个回复 - 1199 次查看
在在运行forvalues后出现 No observation 是怎么回事呀?有朋友知道吗?帮帮忙,谢谢!程序如下:
forvalues i=1(1)70 {
l id company_id if id==i & dif==0
reg ret market_return if id==i & estimation_wi ...
2017-3-7 14:18 - lll3478 - 爱问频道
求助大神stata forvalue
3 个回复 - 4956 次查看
我的程序如下:
tsset gvkey1 fyear
egen group = group(gvkey1 )
sum group
local N=r(max)
forvalues i=1(1)`r(max)'{
rolling _b, window(10) saving(beta): xtmixed `i' lnrev lncap lnlabor lnadv lagr ...
2015-11-1 01:43 - wwklucky - Stata专版
Heckman average mills value stata 咋得到呢
1 个回复 - 1406 次查看
The average truncation effect is computed as lambda×[average mills value] = 0.141×1.117 = 0.157. This gives by how much the conditional wages are shifted up (or down) due to the selection or truncat ...
2014-6-26 23:24 - dannyhjs - Stata专版