早教吧 育儿知识 作业答案 考试题库 百科 知识分享

本人做eventstudy中,参考princeton大学给的代码整理数据,但是运行到下面的时候总是提示错误,感激不尽!源代码如下:forvaluesi=1(1)r(max){/*note:replaceNwiththehighestvalueofid*/listidStkcdifid=='i'&dif

题目详情
本人做event study中,参考princeton大学给的代码整理数据,但是运行到下面的时候总是提示错误,感激不尽!
源代码如下:
forvalues i=1(1)r(max){/*note:replace N with the highest value of id*/
list id Stkcd if id=='i' & dif==0
reg Dretwd Mkttrt if id=='i' & estimation_window==1
predict p if id=='i' /*此处i是什么?*/
replace predicted_return=p if id=='i' & event_window==1
drop p
}
错误提示:
invalid syntax
r(198);
▼优质解答
答案和解析
把forvalues i=1(1)r(max){
改为
forvalues i=1(1)`r(max)'{
试试