Self-Study Course for Stata
Before you start
Getting started
Variables
Data transformation
Basic regression
Tables and graphs
Objects, loops, and branching
Macros
Scalars and matrices
Loops
Exercise
Compound quotes in loops
Replication & transparency
Introduction to Programming
Advanced Programming
Applied Programming
Mata
Further topics
Nesting loops
Nesting loops
forvalues n
=
1
/
3
{
foreach
c
in
a b c {
display
"
`n'`c'
"
} }