file |
# |
command |
t1_boot_breakdown.do:
|
52 [+]
|
predict
yhat_restricted
, xb
All properties
key |
content |
command |
predict |
indent |
1 |
options |
xb |
parameters |
yhat_restricted |
|
t2_mcloop.do:
|
103 [+]
|
predict
yhat
, xb
-
/* generate residuals. Also, generate "restricted, impose the null hypothesis" residuals */
predict yhat , xb
All properties
key |
content |
command |
predict |
indent |
2 |
options |
xb |
parameters |
yhat |
|
:
|
110 [+]
|
predict
yhat_restricted
, xb
All properties
key |
content |
command |
predict |
indent |
2 |
options |
xb |
parameters |
yhat_restricted |
|
t3_ols.do:
|
48 [+]
|
predict
yhat_restricted
, xb
All properties
key |
content |
command |
predict |
indent |
1 |
options |
xb |
parameters |
yhat_restricted |
|