Hi All
I am using Stata 13 (on a MacBook MacOS Catalina), I have an error in executing commands from my Do File. The command panel doesn't recognize the first few starting letters in the command. This varies from time to time, sometimes it cuts off 3 letters and can be as high as 6-7 letters of the command. When I copy the command from the Do File and execute it on the command panel it runs perfectly fine. Does anyone have an idea why I get this error in my Do File or how I can solve the problem?
The example is below
Output from Do File
ach var of varlist country3 {
unrecognized command: ach
r(199);
end of do-file
r(199);
Command in Do File
foreach var of varlist country3 {
Related Posts with Do File Error - Incomplete Command Execution
Identifying segments based on binary variableDear Statalist, For a panel of 60 countries I need to calculate the average for every 'segment' of…
Plotting trends of a binary variable over timeHi all, I am working with pooled cross sectional data and after having done probit and marginal eff…
Panel data with binary and group variables as independent variablesHello, I am new to Stata and Econometrics in general, and I am really struggling to choose the righ…
Generate dummy variables if it is the same day / monthI would like to generate two dummy variables: "same_month" and "same_day". Basically, by id and grou…
Thesis methodology problemI am trying to write my thesis, but I am having some massive problems with processing the data in st…
Subscribe to:
Post Comments (Atom)
0 Response to Do File Error - Incomplete Command Execution
Post a Comment