All commands
# |
content
|
3 [+]
|
use
firmstats2
, clear
All properties
key |
content |
command |
use |
indent |
0 |
options |
clear |
parameters |
firmstats2 |
|
4 [+]
|
label
var p50 "Median investment"
|
5 [+]
|
label
var beta_k "beta(lagged kstock)"
|
6 [+]
|
graph bar
p50
, over(compname) scheme(s2mono) nodraw horiz name(fig9_2aa,replace)
|
7 [+]
|
graph dot
beta_k
, over(compname) scheme(s2mono) nodraw name(fig9_2bb,replace) yline(0)
|
8 [+]
|
graph combine
fig9_2aa fig9_2bb
, col(2) ti("Firm statistics")
|
10 [+]
|
textbarplot
compname p50
,
All properties
key |
content |
command |
textbarplot |
comment |
///
scheme(s2mono) nodraw name(fig9_2a,replace) |
indent |
0 |
options |
|
parameters |
compname p50 |
|
12 [+]
|
textbarplot
compname beta_k
, recast(dot) xline(0)
All properties
key |
content |
command |
textbarplot |
comment |
///
scheme(s2mono) nodraw name(fig9_2b,replace) |
indent |
0 |
options |
recast(dot) xline(0) |
parameters |
compname beta_k |
|
14 [+]
|
graph combine
fig9_2a fig9_2b
, col(2) ti("Firm statistics")
|
16 [+]
|
sysuse
auto
, clear
All properties
key |
content |
command |
sysuse |
indent |
0 |
options |
clear |
parameters |
auto |
|
17 [+]
|
char
make[varname] "mod�le"
All properties
key |
content |
command |
char |
indent |
0 |
parameters |
make[varname] "mod�le" |
|
18 [+]
|
char
price[varname] "prix"
All properties
key |
content |
command |
char |
indent |
0 |
parameters |
price[varname] "prix" |
|
19 [+]
|
char
weight[varname] "poids"
|
20 [+]
|
char
length[varname] "longueur"
|
22 [+]
|
list
make price
weight length in 1/10
, sep(0)
All properties
key |
content |
command |
list |
indent |
0 |
options |
sep(0) |
parameters |
make price |
weight |
length in 1/10 |
|
23 [+]
|
list
make price
weight length in 1/10
, sep(0) subvarname
|