All commands
# |
content
log
|
|
1 [+]
|
#delimit
All properties
key |
content |
command |
#delimit |
indent |
0 |
parameters |
|
|
3 [+]
|
cap
log
close
All properties
key |
content |
command |
log |
indent |
0 |
parameters |
close |
prefix |
cap |
|
4 [+]
|
log
using t2_pvalues_check.log
, replace
|
6 [+]
|
clear
All properties
key |
content |
command |
clear |
indent |
0 |
parameters |
|
|
7 [+]
|
set
more off
All properties
key |
content |
command |
set |
indent |
0 |
parameters |
more off |
|
9 [+]
|
use
t2_mcout_all
All properties
key |
content |
command |
use |
indent |
0 |
parameters |
t2_mcout_all |
|
11 [+]
|
foreach
type
in webb rad {
All properties
key |
content |
command |
foreach |
in |
webb rad { |
indent |
0 |
parameters |
type |
|
12 [+]
|
foreach
gg
in 6 10 20 50 {
All properties
key |
content |
command |
foreach |
in |
6 10 20 50 { |
indent |
1 |
parameters |
gg |
|
13 [+]
|
quantile
p_`type'_res
if numstates == `gg'
,
title(`type' G=`gg') name(g_`type'_`gg' , replace)
|
15 [+]
|
summ
p_`type'_res
if numstates == `gg'
, detail
|
16 [+]
|
}
All properties
key |
content |
command |
} |
indent |
1 |
parameters |
|
|
18 [+]
|
graph combine
g_`type'_6 g_`type'_10 g_`type'_20 g_`type'_50
|
19 [+]
|
graph export
quantiles_`type'.png
, replace
|
21 [+]
|
}
All properties
key |
content |
command |
} |
indent |
0 |
parameters |
|
|
23 [+]
|
foreach
gg
in 6 10 20 50 {
All properties
key |
content |
command |
foreach |
in |
6 10 20 50 { |
indent |
0 |
parameters |
gg |
|
24 [+]
|
qqplot
p_webb_res p_rad_res
if numstates == `gg'
,
title(G=`gg') name(g_qq_`gg' , replace)
|
26 [+]
|
graph twoway
(scatter p_rad_res p_webb_res if numstates == `gg')
(line p_webb_res p_webb_res if numstates == `gg')
,
title(G=`gg') name(g_sc_`gg' , replace)
|
29 [+]
|
}
All properties
key |
content |
command |
} |
indent |
0 |
parameters |
|
|
31 [+]
|
graph combine
g_qq_6 g_qq_10 g_qq_20 g_qq_50
|
32 [+]
|
graph export
qq_plot.png
, replace
All properties
key |
content |
command |
graph export |
indent |
0 |
options |
replace |
parameters |
qq_plot.png |
|
34 [+]
|
graph combine
g_sc_6 g_sc_10 g_sc_20 g_sc_50
|
35 [+]
|
graph export
scatter_plot.png
, replace
|
37 [+]
|
log
close
All properties
key |
content |
command |
log |
indent |
0 |
parameters |
close |
|