All known estimations
file |
# |
command |
ch3.10.do:
|
69 [+]
|
regress
weight age age2
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
|
weight |
age age2 |
|
:
|
79 [+]
|
quietly
regress
weight age age2
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
|
prefix |
quietly |
weight |
age age2 |
|
ch4.4.do:
|
62 [+]
|
qui
regress
`c' `allbut' date
All properties
key |
content |
command |
regress |
indent |
1 |
parameters |
`c' `allbut' date |
prefix |
qui |
|
ch4.26.do:
|
4 [+]
|
regress
price nox dist rooms stratio proptax
|
:
|
9 [+]
|
quietly
regress
price nox dist rooms stratio
|
ch5.01.do:
|
20 [+]
|
ttest
age
, by(union)
All properties
key |
content |
command |
ttest |
indent |
0 |
options |
by(union) |
parameters |
age |
|
:
|
24 [+]
|
regress
deaths duration troop
|
:
|
37 [+]
|
quietly
regress
so2 temp manuf pop
|
:
|
39 [+]
|
quietly
regress
so2 temp pop wind
|
:
|
41 [+]
|
quietly
regress
so2 temp wind precip days
|
:
|
43 [+]
|
quietly
regress
so2 temp manuf pop wind precip days
|
:
|
70 [+]
|
eststo: quietly
regress
so2 temp manuf pop
|
:
|
71 [+]
|
eststo: quietly
regress
so2 temp pop wind
|
:
|
72 [+]
|
eststo: quietly
regress
so2 temp wind precip days
|
:
|
73 [+]
|
eststo: quietly
regress
so2 temp manuf pop wind precip days
|
ch6.5.do:
|
5 [+]
|
qui
regress
so2 pop manuf wind
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
so2 pop manuf wind |
prefix |
qui |
|
:
|
13 [+]
|
qui
ivregress
2sls so2 (pop = temp precip) manuf wind
|
:
|
27 [+]
|
qui
probit
hiso2 pop manuf
All properties
key |
content |
command |
probit |
indent |
0 |
parameters |
hiso2 pop manuf |
prefix |
qui |
|
:
|
30 [+]
|
qui
probit
hiso2 pop manuf hiprecip
|
ch7.00.do:
|
7 [+]
|
xi:
regress
bp i.agegrp i.sex
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
bp i.agegrp i.sex |
prefix |
xi: |
|
:
|
9 [+]
|
xi:
regress
bp i.agegrp*i.sex
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
bp i.agegrp*i.sex |
prefix |
xi: |
|
:
|
11 [+]
|
xi:
regress
bp i.agegrp*bp0
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
bp i.agegrp*bp0 |
prefix |
xi: |
|
:
|
46 [+]
|
ttest
bp
, by(sex)
All properties
key |
content |
command |
ttest |
indent |
0 |
options |
by(sex) |
parameters |
bp |
|
:
|
47 [+]
|
bootstrap diff=(r(mu_1) - r(mu_2)), nodots:
ttest
bp
, by(sex)
|
ch7.11.do:
|
5 [+]
|
ttest
bp
, by(sex)
All properties
key |
content |
command |
ttest |
indent |
0 |
options |
by(sex) |
parameters |
bp |
|
:
|
6 [+]
|
bootstrap diff=(r(mu_1)-r(mu_2)), nodots:
ttest
bp
, by(sex)
|
ch9.01.do:
|
9 [+]
|
quietly
regress
invest L(1/2).kstock L.kapavg
if company == `c'
|
:
|
37 [+]
|
regress
invest L.kstock L.kapavg
if company == `c'
|
:
|
107 [+]
|
regress
invest L.kstock L.kapavg
if company == `c'
|
ch9.06.do:
|
10 [+]
|
regress
lwage educ lhours
if year == `y'
All properties
key |
content |
command |
regress |
if |
year == `y' |
indent |
2 |
parameters |
lwage educ lhours |
|
:
|
14 [+]
|
regress
lwage educ lhours black hisp
if year == `y'
|
:
|
18 [+]
|
regress
lwage educ exper expersq lhours black hisp
if year == `y'
|
:
|
39 [+]
|
regress
lwage educ exper lhours
if year == `y'
|
ch10.1.do:
|
32 [+]
|
qui
ttest
`v'
, by(insider)
All properties
key |
content |
command |
ttest |
indent |
1 |
options |
by(insider) |
parameters |
`v' |
prefix |
qui |
|
:
|
34 [+]
|
qui
ranksum
`v'
, by(insider)
All properties
key |
content |
command |
ranksum |
indent |
1 |
options |
by(insider) |
parameters |
`v' |
prefix |
qui |
|
ch11.01.do:
|
430 [+]
|
test
weight = 5
All properties
key |
content |
command |
test |
indent |
0 |
parameters |
|
weight |
= 5 |
|
:
|
457 [+]
|
nl
ces @ lnoutput capital labor
, parameters(b0 rho delta)
|
ch12.4.do:
|
78 [+]
|
ml
model d0 mynormal_lf_d0 (mu: price = mpg weight turn) /lnsigma
,
|
:
|
80 [+]
|
ml
display
All properties
key |
content |
command |
ml |
indent |
0 |
parameters |
display |
|
:
|
122 [+]
|
qui
regress
price mpg
weight turn
All properties
key |
content |
command |
regress |
indent |
0 |
parameters |
price mpg |
prefix |
qui |
weight |
turn |
|
:
|
125 [+]
|
ml
model d0 mynormal_lf_d0_c1 (a:) (mu: price = weight turn) /lnsigma
,
|
:
|
127 [+]
|
ml
display
All properties
key |
content |
command |
ml |
indent |
0 |
parameters |
display |
|
ch12.6.do:
|
19 [+]
|
ml
model lf meanvar (mu1: price = ) (mu2: price = ) /sigma1 /sigma2
|
:
|
20 [+]
|
ml
maximize
, nolog
All properties
key |
content |
command |
ml |
indent |
0 |
options |
nolog |
parameters |
maximize |
|
:
|
30 [+]
|
ml
model lf meanvar (mu1: price = ) (mu2: price = ) /sigma1 /sigma2
,
|
:
|
32 [+]
|
ml
maximize
, nolog
All properties
key |
content |
command |
ml |
indent |
0 |
options |
nolog |
parameters |
maximize |
|
ch14.9.do:
|
37 [+]
|
quietly
ivreg2
lw s expr tenure rns smsa (iq=med kww age mrt)
, gmm2s
|
:
|
44 [+]
|
quietly
ivreg2
lw s expr tenure rns smsa (iq=med kww age mrt)
, gmm2s robust
|
:
|
56 [+]
|
quietly
ivreg2
lw s expr tenure rns smsa (iq=med kww age mrt)
, cue
|
:
|
63 [+]
|
quietly
ivreg2
lw s expr tenure rns smsa (iq=med kww age mrt)
, cue robust
|