All commands
# |
content
|
3 [+]
|
use
airquality
, clear
All properties
key |
content |
command |
use |
indent |
0 |
options |
clear |
parameters |
airquality |
|
4 [+]
|
drop
if town == "Alburq"
All properties
key |
content |
command |
drop |
if |
town == "Alburq" |
indent |
0 |
parameters |
|
|
5 [+]
|
generate
tabrv = upper(substr(town, 1, 3))
|
6 [+]
|
summarize
temp
, meanonly
All properties
key |
content |
command |
summarize |
indent |
0 |
options |
meanonly |
parameters |
temp |
|
7 [+]
|
generate
hightemp = (temp > r(mean) & !missing(temp))
|
8 [+]
|
label
def tlab 0 "below mean temp" 1 "above mean temp"
|
9 [+]
|
label
values hightemp tlab
|
10 [+]
|
scatter
so2 temp
, msize(tiny) mlabel(tabrv) mlabsize(vsmall)
|
12 [+]
|
scatter
so2 precip
, msize(tiny) mlabel(tabrv) mlabsize(vsmall)
|
14 [+]
|
scatter
so2 wind
, msize(tiny) mlabel(tabrv) mlabsize(vsmall)
|
17 [+]
|
label
var precip "Mean precipitation indices"
|
18 [+]
|
label
var so2 "Sulphur dioxide, mg/m3"
|
19 [+]
|
scatter
so2 precip
, msize(tiny) mlabel(tabrv) mlabsize(vsmall)
|
22 [+]
|
clear
All properties
key |
content |
command |
clear |
indent |
0 |
parameters |
|
|
23 [+]
|
serset
clear
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
clear |
|
24 [+]
|
graph use
fig10_4_1
All properties
key |
content |
command |
graph use |
indent |
0 |
parameters |
fig10_4_1 |
|
25 [+]
|
serset
dir
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
dir |
|
26 [+]
|
serset
use
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
use |
|
27 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
28 [+]
|
save
f10_4_1
, replace
All properties
key |
content |
command |
save |
indent |
0 |
options |
replace |
parameters |
f10_4_1 |
|
30 [+]
|
serset
clear
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
clear |
|
31 [+]
|
graph use
fig10_4_2
All properties
key |
content |
command |
graph use |
indent |
0 |
parameters |
fig10_4_2 |
|
32 [+]
|
serset
dir
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
dir |
|
33 [+]
|
serset
set 0
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
set 0 |
|
34 [+]
|
serset
use
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
use |
|
35 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
36 [+]
|
save
f10_4_2
, replace
All properties
key |
content |
command |
save |
indent |
0 |
options |
replace |
parameters |
f10_4_2 |
|
37 [+]
|
serset
set 1
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
set 1 |
|
38 [+]
|
serset
use
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
use |
|
39 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
40 [+]
|
save
f10_4_2a
, replace
All properties
key |
content |
command |
save |
indent |
0 |
options |
replace |
parameters |
f10_4_2a |
|
42 [+]
|
serset
clear
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
clear |
|
43 [+]
|
graph use
fig10_4_3
All properties
key |
content |
command |
graph use |
indent |
0 |
parameters |
fig10_4_3 |
|
44 [+]
|
serset
dir
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
dir |
|
45 [+]
|
serset
set 0
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
set 0 |
|
46 [+]
|
serset
use
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
use |
|
47 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
48 [+]
|
save
f10_4_3
, replace
All properties
key |
content |
command |
save |
indent |
0 |
options |
replace |
parameters |
f10_4_3 |
|
49 [+]
|
serset
set 1
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
set 1 |
|
50 [+]
|
serset
use
All properties
key |
content |
command |
serset |
indent |
0 |
parameters |
use |
|
51 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
52 [+]
|
save
f10_4_3a
, replace
All properties
key |
content |
command |
save |
indent |
0 |
options |
replace |
parameters |
f10_4_3a |
|
54 [+]
|
use
f10_4_1
, clear
All properties
key |
content |
command |
use |
indent |
0 |
options |
clear |
parameters |
f10_4_1 |
|
55 [+]
|
merge
tabrv
using f10_4_2 f10_4_3
, unique
|
56 [+]
|
drop
_merge
All properties
key |
content |
command |
drop |
indent |
0 |
parameters |
_merge |
|
57 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
58 [+]
|
merge
tabrv
using f10_4_2a
, update unique
|
59 [+]
|
drop
_merge
All properties
key |
content |
command |
drop |
indent |
0 |
parameters |
_merge |
|
60 [+]
|
sort
tabrv
All properties
key |
content |
command |
sort |
indent |
0 |
parameters |
tabrv |
|
61 [+]
|
merge
tabrv
using f10_4_3a
, update unique
|
62 [+]
|
drop
_merge
All properties
key |
content |
command |
drop |
indent |
0 |
parameters |
_merge |
|
63 [+]
|
save
f10_4_all
, replace
All properties
key |
content |
command |
save |
indent |
0 |
options |
replace |
parameters |
f10_4_all |
|
64 [+]
|
describe
All properties
key |
content |
command |
describe |
indent |
0 |
parameters |
|
|
65 [+]
|
summarize
All properties
key |
content |
command |
summarize |
indent |
0 |
parameters |
|
|