Stata commands designed for Impact Evaluations in particular, but also data work in general
216
stars
77
forks
source link
`iedorep`: Runs of sub do-files seem to be recognized as loops even when they don't have loops #325
Closed
luisesanmartin closed 1 year ago
See
dofile.do
:and see
dofile2.do
:When I run
iedorep dofile.do
, it returns this output:Is it correct that it shows a value of 1 for the column Loop? I understand that it means this line is starting a loop. Shouldn't it show a zero?