Tokens starting with l
file | # | command |
---|---|---|
ch9.01.do: | 9 [+] | quietly regress invest L(1/2).kstock L.kapavg if company == `c' |
file | # | command |
---|---|---|
ch12.1.do: | 6 [+] | myregress wpi L(1/4).wpi t , |
file | # | command |
---|---|---|
ch2.0.do: | 107 [+] | note popsize: value label popsize defined for this variable |
file | # | command |
---|---|---|
ch5.01.do: | 74 [+] | esttab using esttab_example.tex , /// alignment(D{.}{.}{-1}) replace |
file | # | command |
---|---|---|
ch8.2.do: | 23 [+] | local lab`v' : variable label `v' |
file | # | command |
---|---|---|
ch12.1.do: | 17 [+] | twoway rarea lo hi end , /// || tsline sum, legend(off) scheme(s2mono) |
file | # | command |
---|---|---|
ch9.08.do: | 5 [+] | label var beta_k "beta(lagged kstock)" |
ch9.09.do: | 5 [+] | label var beta_k "beta(lagged kstock)" |
file | # | command |
---|---|---|
ch10.2.do: | 4 [+] | label def ind 1 Kappa 2 Lambda 3 Nu 4 Xi 5 Tau 6 Upsilon 7 Phi 8 Chi 9 Psi |
ch14.3.do: | 4 [+] | label def ind 1 Kappa 2 Lambda 3 Nu 4 Xi 5 Tau 6 Upsilon 7 Phi 8 Chi 9 Psi |
: | 95 [+] | label def ind 1 Kappa 2 Lambda 3 Nu 4 Xi 5 Tau 6 Upsilon 7 Phi 8 Chi 9 Psi |
file | # | command |
---|---|---|
ch2.0.do: | 105 [+] | note medagel: median age for large states only |
file | # | command |
---|---|---|
ch2.0.do: | 61 [+] | generate largepop = 0 |
: | 62 [+] | replace largepop = 1 if pop > 5000 & !missing(pop) |
: | 65 [+] | drop smallpop largepop |
: | 68 [+] | generate largepop = (pop > 5000) |
: | 70 [+] | drop smallpop largepop |
: | 72 [+] | generate largepop = (pop > 5000) if !missing(pop) |
: | 93 [+] | label variable largepop "States with > 5 million pop, 1980" |
file | # | command |
---|---|---|
ch2.0.do: | 63 [+] | list state pop smallpop largepop , |
: | 95 [+] | describe pop smallpop largepop popsize urbanized |
file | # | command |
---|---|---|
ch3.10.do: | 65 [+] | tabulate anxiety if inrange(iq, lb`i', ub`i') |
file | # | command |
---|---|---|
ch3.10.do: | 64 [+] | display _n "IQ " lb`i' " - " ub`i' |
file | # | command |
---|---|---|
ch2.0.do: | 122 [+] | histogram medagebrack , /// title(Northeast and North Central States: Median Age) |
file | # | command |
---|---|---|
ch8.2.do: | 72 [+] | use ldinvest , |
file | # | command |
---|---|---|
ch8.2.do: | 69 [+] | qui rolling r(mean) , |
file | # | command |
---|---|---|
ch8.2.do: | 77 [+] | save ldinvest , |
file | # | command |
---|---|---|
spinst_itsp.ado: | 28 [+] | di in smcl "{p}{err}At least one of the packages was not able to be " /// "installed. Try typing {cmd:spinst_itsp} again. If that " /// "fails, look at the output of the error message above to " /// "diagnose the problem. Perhaps you have an out-of-date " /// "version of the package already installed. In that case, " /// "type {cmd:adoupdate} to update it." |
file | # | command |
---|---|---|
ch3.10.do: | 41 [+] | display "Level `i' is `wd'" |
: | 49 [+] | display "Level `i' is ``i''" |
file | # | command |
---|---|---|
ch11.01.do: | 429 [+] | mynormal , |
file | # | command |
---|---|---|
ch3.10.do: | 10 [+] | display "Anxiety level `count': `a'" |
: | 17 [+] | display "Anxiety level `count': `a'" |
ch10.1.do: | 54 [+] | file write `hh' "\begin{table}[htbp]\caption{Director-level variables}\bigskip" _newline |
file | # | command |
---|---|---|
ch3.10.do: | 4 [+] | display "The defined levels of anxiety are: `anxlevel'" |
: | 38 [+] | display "There are `wds' anxiety levels:" |
: | 47 [+] | display "There are `wds' anxiety levels:" |
file | # | command |
---|---|---|
appB.9.do: | 39 [+] | foreach v of varlist lexp-safewater { |
appB.11.do: | 5 [+] | foreach v of varlist lexp gnppc safewater { |
file | # | command |
---|---|---|
ch12.6.do: | 19 [+] | ml model lf meanvar (mu1: price = ) (mu2: price = ) /sigma1 /sigma2 |
: | 30 [+] | ml model lf meanvar (mu1: price = ) (mu2: price = ) /sigma1 /sigma2 , /// constraints(1) |
file | # | command |
---|---|---|
ch9.06.do: | 10 [+] | regress lwage educ lhours if year == `y' |
: | 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' |
file | # | command |
---|---|---|
ch9.06.do: | 5 [+] | generate lhours = log(hours) |
file | # | command |
---|---|---|
ch9.06.do: | 43 [+] | avplot lhours , |
file | # | command |
---|---|---|
ch9.06.do: | 40 [+] | scatter lwage0 lwage1 lhours if year==`y' , /// name(scat`y',replace) ytitle(lwage) legend(pos(5) ring(0) col(1)) |
file | # | command |
---|---|---|
appB.9.do: | 38 [+] | sysuse lifeexp , |
appB.11.do: | 4 [+] | sysuse lifeexp , |
file | # | command |
---|---|---|
ch2.0.do: | 122 [+] | histogram medagebrack , /// title(Northeast and North Central States: Median Age) |
file | # | command |
---|---|---|
ch8.2.do: | 51 [+] | generate linvest = log(invest) |
file | # | command |
---|---|---|
ch8.2.do: | 52 [+] | mvsumm LD.linvest , |
: | 69 [+] | qui rolling r(mean) , |
file | # | command |
---|---|---|
ch2.0.do: | 89 [+] | label list cenreg |
ch2.7.do: | 3 [+] | duplicates list state |
file | # | command |
---|---|---|
ch2.0.do: | 157 [+] | return list |
: | 160 [+] | ereturn list |
: | 161 [+] | matrix list e(b) |
: | 162 [+] | matrix list e(V) |
ch3.10.do: | 72 [+] | matrix list b |
: | 73 [+] | matrix list V |
: | 77 [+] | matrix list Corr |
: | 82 [+] | matrix list cov |
: | 84 [+] | matrix list cov2 |
: | 89 [+] | mat list result , |
ch4.4.do: | 61 [+] | local allbut: list allcty - c |
: | 64 [+] | mat list e(b) |
ch5.01.do: | 5 [+] | return list |
: | 18 [+] | return list |
: | 21 [+] | return list |
: | 25 [+] | ereturn list |
: | 32 [+] | matrix list e(b) |
ch9.01.do: | 86 [+] | mat list table1 , |
ch10.1.do: | 10 [+] | return list |
: | 42 [+] | matrix list t2aa |
: | 44 [+] | matrix list t2bb |
ch11.01.do: | 92 [+] | return list |
ch12.1.do: | 7 [+] | return list |
ch13.01.do: | 14 [+] | return list |
ch14.1.do: | 63 [+] | mat list grades , |
: | 66 [+] | mat list grades , |
: | 69 [+] | mat list grades , |
file | # | command |
---|---|---|
ch10.1.do: | 3 [+] | use "litgov_est.dta" , |
file | # | command |
---|---|---|
ch10.1.do: | 8 [+] | use litgov_estsample.dta , |
file | # | command |
---|---|---|
ch10.1.do: | 6 [+] | save litgov_estsample , |
file | # | command |
---|---|---|
ch5.01.do: | 48 [+] | estimates table model4 model1 model3 model2 , /// b(%7.3g) star label title("Models of sulphur dioxide concentration") |
file | # | command |
---|---|---|
ch12.4.do: | 123 [+] | matrix b0 = e(b) , |
: | 124 [+] | matrix b0[1,1] = ln(-1*b0[1,1]) |
file | # | command |
---|---|---|
appB.9.do: | 19 [+] | generate double lngdp`c' = log(`c'gdp) |
ch2.0.do: | 151 [+] | generate double lngdp`c' = log(`c'gdp) |
file | # | command |
---|---|---|
appB.9.do: | 20 [+] | summarize lngdp`c' |
ch2.0.do: | 152 [+] | summarize lngdp`c' |
file | # | command |
---|---|---|
appB.9.do: | 5 [+] | generate double lngdp`i' = log(gdp`i') |
file | # | command |
---|---|---|
appB.9.do: | 6 [+] | summarize lngdp`i' |
file | # | command |
---|---|---|
ch12.4.do: | 78 [+] | ml model d0 mynormal_lf_d0 (mu: price = mpg weight turn) /lnsigma , /// maximize nolog diparm(lnsigma, exp label("sigma")) |
: | 125 [+] | ml model d0 mynormal_lf_d0_c1 (a:) (mu: price = weight turn) /lnsigma , /// maximize nolog diparm(lnsigma, exp label("sigma")) |
file | # | command |
---|---|---|
ch12.1.do: | 15 [+] | g lo = sum - 1.96 * se |
file | # | command |
---|---|---|
ch12.1.do: | 17 [+] | twoway rarea lo hi end , /// || tsline sum, legend(off) scheme(s2mono) |
file | # | command |
---|---|---|
ch14.4.do: | 132 [+] | type loadcty.mata |
file | # | command |
---|---|---|
ch14.4.do: | 130 [+] | do loadcty.mata |
: | 140 [+] | do loadcty.mata |
file | # | command |
---|---|---|
appB.9.do: | 12 [+] | foreach c of local country { |
: | 18 [+] | foreach c of local country { |
: | 49 [+] | foreach c of local ctycode { |
: | 62 [+] | foreach y of local yrlist { |
: | 76 [+] | foreach y of local yrlist { |
appB.11.do: | 15 [+] | foreach c of local ctycode { |
ch2.0.do: | 146 [+] | foreach c of local country { |
ch3.10.do: | 8 [+] | foreach a of local anxlevel { |
: | 15 [+] | foreach a of local anxlevel { |
: | 22 [+] | foreach a of local anxlevel { |
ch4.4.do: | 56 [+] | foreach c of local gdplist { |
: | 60 [+] | foreach c of local allcty { |
ch4.26.do: | 20 [+] | foreach p of local pct { |
: | 28 [+] | foreach p of local pct { |
ch8.2.do: | 33 [+] | foreach v of local vars { |
: | 34 [+] | foreach y of local yrlist { |
ch9.01.do: | 26 [+] | foreach c of local colist { |
ch10.2.do: | 15 [+] | foreach f of local firms { |
file | # | command |
---|---|---|
ch4.4.do: | 53 [+] | levelsof cty , |
ch8.2.do: | 25 [+] | levelsof year , |
ch9.01.do: | 5 [+] | levelsof company , |
: | 20 [+] | levelsof company , |
: | 25 [+] | levelsof company , |
: | 91 [+] | levelsof company , |
ch10.2.do: | 5 [+] | qui levelsof hiord , |
: | 7 [+] | qui levelsof permno , |
file | # | command |
---|---|---|
ch10.1.do: | 58 [+] | file write `hh' "& Directors & Directors & & \multicolumn{2}{c}{in Location} \\" _newline |
file | # | command |
---|---|---|
appB.9.do: | 5 [+] | generate double lngdp`i' = log(gdp`i') |
: | 19 [+] | generate double lngdp`c' = log(`c'gdp) |
ch2.0.do: | 151 [+] | generate double lngdp`c' = log(`c'gdp) |
ch2.1.do: | 7 [+] | generate lprice = log(price) |
ch8.2.do: | 51 [+] | generate linvest = log(invest) |
ch9.06.do: | 5 [+] | generate lhours = log(hours) |
ch10.6.do: | 39 [+] | bysort qm: generate double futret = log(settle) - log(sprev) if qmdy == rollover |
: | 44 [+] | replace futret = log(settle) - log(settle[_n-1]) if missing(futret) |
file | # | command |
---|---|---|
ch13.2.4.do: | 3 [+] | capt log close |
ch14.4.do: | 110 [+] | aggreg2 tenn , // calculate quarterly averages of log(tenn) |
file | # | command |
---|---|---|
tipBizday.do: | 3 [+] | capture erase bizday1.log |
: | 4 [+] | capture erase bizday1.log.tex |
: | 13 [+] | capture erase bizday2.log |
: | 14 [+] | capture erase bizday2.log.tex |
: | 19 [+] | capture erase bizday3.log |
: | 20 [+] | capture erase bizday3.log.tex |
: | 26 [+] | capture erase bizday4.log |
: | 27 [+] | capture erase bizday4.log.tex |
file | # | command |
---|---|---|
cb5a.do: | 12 [+] | reshape long cand , |
: | 24 [+] | reshape long cand , |
ch5.01.do: | 96 [+] | reshape long pop , |
: | 135 [+] | reshape long expp revpp avgsal math4score math7score , |
ch8.2.do: | 40 [+] | reshape long expp avgsal math4sat math7sat , |
reshapeTip.do: | 12 [+] | reshape long Yr , |
file | # | command |
---|---|---|
ch4.4.do: | 20 [+] | generate byte longspell = (length >= 3 & !missing(length)) |
file | # | command |
---|---|---|
ch4.4.do: | 21 [+] | list year employer length longspell , |
file | # | command |
---|---|---|
spinst_itsp.ado: | 28 [+] | di in smcl "{p}{err}At least one of the packages was not able to be " /// "installed. Try typing {cmd:spinst_itsp} again. If that " /// "fails, look at the output of the error message above to " /// "diagnose the problem. Perhaps you have an out-of-date " /// "version of the package already installed. In that case, " /// "type {cmd:adoupdate} to update it." |
file | # | command |
---|---|---|
ch9.06.do: | 40 [+] | scatter lwage0 lwage1 lhours if year==`y' , /// name(scat`y',replace) ytitle(lwage) legend(pos(5) ring(0) col(1)) |
file | # | command |
---|---|---|
ch9.06.do: | 40 [+] | scatter lwage0 lwage1 lhours if year==`y' , /// name(scat`y',replace) ytitle(lwage) legend(pos(5) ring(0) col(1)) |
file | # | command |
---|---|---|
ch9.06.do: | 26 [+] | esttab _all using lwage`y'.tex , /// substitute("_cons" "Constant" "eta_educ" "$\eta_{educ}$" /// "etase" "$\eta_{se}$") |