Advanced STATA Programming
Content:
This course teaches you how to create and debug new commands that are indistinguishable from the commands in Stata. It is assumed that you know why and when to program and to some extent how. You will learn how to parse both standard and nonstandard Stata syntax using the intuitive syntax command, how to manage and process saved results, how to process by groups, and more.
Course Leaders:
Kevin Crow, Technical Services Analyst at StataCorp.
Kerry Kammire, Technical Services Representative at StataCorp.
Theresa Boswell, technical services representative at StataCorp.
Course Length:
7 weeks (5 lectures)
Dates:
October 10November 28, 2008
Cost:
£ 90 + VAT
Prerequisites:
Agenda
Lecture 1: Parsing STATA syntax / The basics of STATA programming
Lecture 2: Parsing STATA syntax / The basics of STATA programming
Lecture 3: Using scalars and macros & introduction to low-level parsing
There is an additional week break between lectures 3 and 4 in order to allow more time for those that may fall behind and to allow for more discussion from the participants
Lecture 4: Returning results and writing estimation commands
Lecture 5: List processing, controlling program output, & naming conventions