Hello everyone,
I used some commands in my do-file in Stata-16 and now they do not work in Stata-17. For example:
I used some commands in my do-file in Stata-16 and now they do not work in Stata-17. For example:
- table country countryID region
- table isic growth, contents(mean emp_growth_p) by(sector_MS) format(%9.1f), if ownership==1
Comment