All commands
# |
content
|
4 [+]
|
sysuse
lifeexp
, clear
All properties
key |
content |
command |
sysuse |
indent |
0 |
options |
clear |
parameters |
lifeexp |
|
5 [+]
|
foreach
v of varlist lexp gnppc safewater {
|
6 [+]
|
summarize
`v'
All properties
key |
content |
command |
summarize |
indent |
1 |
parameters |
`v' |
|
7 [+]
|
correlate
popgrowth `v'
All properties
key |
content |
command |
correlate |
indent |
1 |
parameters |
popgrowth `v' |
|
8 [+]
|
scatter
popgrowth `v'
All properties
key |
content |
command |
scatter |
indent |
1 |
parameters |
popgrowth `v' |
|
9 [+]
|
}
All properties
key |
content |
command |
} |
indent |
0 |
parameters |
|
|
12 [+]
|
use
gdp4cty
, clear
All properties
key |
content |
command |
use |
indent |
0 |
options |
clear |
parameters |
gdp4cty |
|
13 [+]
|
local
ctycode 111 112 136 134
All properties
key |
content |
command |
local |
indent |
0 |
parameters |
ctycode 111 112 136 134 |
|
14 [+]
|
local
i 0
All properties
key |
content |
command |
local |
indent |
0 |
parameters |
i 0 |
|
15 [+]
|
foreach
c of local ctycode {
All properties
key |
content |
command |
foreach |
indent |
0 |
parameters |
c of local ctycode { |
|
16 [+]
|
local
++i
All properties
key |
content |
command |
local |
indent |
1 |
parameters |
++i |
|
17 [+]
|
local
rc "`rc' (`i'=`c')"
All properties
key |
content |
command |
local |
indent |
1 |
parameters |
rc "`rc' (`i'=`c')" |
|
18 [+]
|
}
All properties
key |
content |
command |
} |
indent |
0 |
parameters |
|
|
19 [+]
|
display
"`rc'"
All properties
key |
content |
command |
display |
indent |
0 |
parameters |
"`rc'" |
|
20 [+]
|
recode
cc `rc'
, gen(newcc)
All properties
key |
content |
command |
recode |
indent |
0 |
options |
gen(newcc) |
parameters |
cc `rc' |
|
21 [+]
|
tabulate
newcc
All properties
key |
content |
command |
tabulate |
indent |
0 |
parameters |
newcc |
|