Hi everyone,
I do not know what is wrong with my Stata. When I select a certain line to execute in a Do file, Stata starts executing from the upper line of the code. For example, suppose I have the below two lines of code in my Do file:
collapse (max) size density closeness_ego bridge2 bridge1 , by(id wave)
destring id, replace
When I select the second line and use execute button on the up right corner of Do file, it start executing from the collapse command.
However, usually if I just copy paste the command to another blank Do file or in the command window, it works properly.
Please let me know what might be wrong with my Do file.
I do not know what is wrong with my Stata. When I select a certain line to execute in a Do file, Stata starts executing from the upper line of the code. For example, suppose I have the below two lines of code in my Do file:
collapse (max) size density closeness_ego bridge2 bridge1 , by(id wave)
destring id, replace
When I select the second line and use execute button on the up right corner of Do file, it start executing from the collapse command.
However, usually if I just copy paste the command to another blank Do file or in the command window, it works properly.
Please let me know what might be wrong with my Do file.