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
Run the same script over multiple .dta files via a loopI have large table of 59 million observations across over 400 variables. These have been split the t…
The Vuong test for 2 non-nested simple linear regression modelsHello All, I try to compare market reactions based on earnings as compared to contract announcement…
Determining Causal Relationship using instrumental variableI have used the "xtivreg" command to account for endogeneity (My IV is Deviation from Average Rainfa…
Creating a categorical variable with several conditionsDear all, I am a STATA-beginner and am currently struggling with creating a categorical variable tha…
Calculate gini coefficients for each groups of a datasetHello, I want to calculate ginicoefficients for each group of a dataset. The table shows an example…
Subscribe to:
Post Comments (Atom)
0 Response to Do File Error - Incomplete Command Execution
Post a Comment