Advanced Stata: Programming and other techniques to make your
life easier
One week course on Advanced Stata use in London, June 2014
The London School of Hygiene and Tropical Medicine is running a 1 week
course on advanced Stata use from the 2nd to 6th of June this year. The
course will be held in London and is aimed at competent Stata users who
want to work faster and more efficiently. We will cover data
management, basic progamming, graphics and outputting results. The
course fee is £1,160. More details are available on our website
https://www.lshtm.ac.uk/study/cpd/sasta1.html and the course contents
are summarised below.
If anyone is interested and would like to know more on the course
content and level then do get in touch with us:
[email protected]
************************************************** *********************
By the end of the course you should be able to:
1. Generate variables that contain summaries of the data
2. Create a summary dataset using collapse
3. Navigate a dataset using _n, _N and subscripted variables
4. Rearrange a dataset using reshape
5. Combine multiple datasets using merge and append
6. Identify duplicate observations
7. Export data to a spreadsheet
8. Create tailor-made publication quality graphs
9. Understand what macros and scalars are
10. Be able to use foreach and forvalues loops
11. Understand and use if statements
12. Understand how Stata stores estimation results
13. Be able to access and use stored estimation results
14. Know how to export results using user-written commands: estout,
outreg, tabout
15. Understand how Stata programs work
16. Be able to write and use a simple Stata program
17. Be able to write a do-file which exports results using file write