Dear all, I have a few lines of code which looks like the following,
I swap between a Macbook and a PC to work on this specific DO file. On my Mac, this runs as intended, but on PC it returns 'invalid syntax r(198)'.
Is there any way to fix this so that it would work on both operating systems?
Thanks!
Code:
foreach gdp pop fdistk terr_cas trans_cas dom_cas { gen ln`x' = ln(`x') }
Is there any way to fix this so that it would work on both operating systems?
Thanks!
Comment