Tokens starting with b
file | # | command |
---|---|---|
ch2.0.do: | 161 [+] | matrix list e(b) |
ch3.10.do: | 70 [+] | matrix b = e(b) |
ch4.4.do: | 64 [+] | mat list e(b) |
ch5.01.do: | 27 [+] | local regressors: colnames e(b) |
: | 32 [+] | matrix list e(b) |
ch9.01.do: | 10 [+] | matrix beta`i' = e(b) |
ch12.4.do: | 123 [+] | matrix b0 = e(b) , |
file | # | command |
---|---|---|
ch11.01.do: | 457 [+] | nl ces @ lnoutput capital labor , /// initial(b0 0 rho 1 delta 0.5) |
file | # | command |
---|---|---|
ch12.4.do: | 123 [+] | matrix b0 = e(b) , |
: | 124 [+] | matrix b0[1,1] = ln(-1*b0[1,1]) |
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 |
---|---|---|
ch4.4.do: | 5 [+] | generate byte beginspell = employer != employer[_n-1] |
: | 11 [+] | generate spellnr = sum(beginspell) |
file | # | command |
---|---|---|
ch10.1.do: | 54 [+] | file write `hh' "\begin{table}[htbp]\caption{Director-level variables}\bigskip" _newline |
file | # | command |
---|---|---|
ch10.1.do: | 56 [+] | file write `hh' "\begin{tabular}{lrrrrr}" _newline "\hline" _newline |
file | # | command |
---|---|---|
ch4.4.do: | 8 [+] | generate byte beginunemp = missing(employer) & ((employer != employer[_n-1]) | (_n == 1)) |
file | # | command |
---|---|---|
ch4.4.do: | 9 [+] | list if beginunemp , |
file | # | command |
---|---|---|
ch10.4.do: | 8 [+] | label def tlab 0 "below mean temp" 1 "above mean temp" |
file | # | command |
---|---|---|
ch12.3.do: | 77 [+] | cd bench/pctrange |
: | 81 [+] | cd bench/pctrange |
: | 85 [+] | cd bench/pctrange |
: | 89 [+] | cd bench/pctrange |
file | # | command |
---|---|---|
ch8.2.do: | 10 [+] | label def satis 1 "Poor" 2 "Good" 3 "Better" 4 "Best" |
file | # | command |
---|---|---|
ch7.00.do: | 21 [+] | label var _b_spx "quantile reg IBM beta" |
ch9.08.do: | 5 [+] | label var beta_k "beta(lagged kstock)" |
ch9.09.do: | 5 [+] | label var beta_k "beta(lagged kstock)" |
file | # | command |
---|---|---|
ch8.2.do: | 10 [+] | label def satis 1 "Poor" 2 "Good" 3 "Better" 4 "Best" |
file | # | command |
---|---|---|
ch10.1.do: | 54 [+] | file write `hh' "\begin{table}[htbp]\caption{Director-level variables}\bigskip" _newline |
file | # | command |
---|---|---|
tipBizday.do: | 3 [+] | capture erase bizday1.log |
: | 4 [+] | capture erase bizday1.log.tex |
file | # | command |
---|---|---|
tipBizday.do: | 13 [+] | capture erase bizday2.log |
: | 14 [+] | capture erase bizday2.log.tex |
file | # | command |
---|---|---|
tipBizday.do: | 19 [+] | capture erase bizday3.log |
: | 20 [+] | capture erase bizday3.log.tex |
file | # | command |
---|---|---|
tipBizday.do: | 26 [+] | capture erase bizday4.log |
: | 27 [+] | capture erase bizday4.log.tex |
file | # | command |
---|---|---|
ch5.01.do: | 74 [+] | esttab using esttab_example.tex , /// alignment(D{.}{.}{-1}) replace |
ch9.06.do: | 26 [+] | esttab _all using lwage`y'.tex , /// substitute("_cons" "Constant" "eta_educ" "$\eta_{educ}$" /// "etase" "$\eta_{se}$") |
file | # | command |
---|---|---|
ch7.00.do: | 47 [+] | bootstrap diff=(r(mu_1) - r(mu_2)), nodots: ttest bp , |
ch7.11.do: | 6 [+] | bootstrap diff=(r(mu_1)-r(mu_2)), nodots: ttest bp , |
file | # | command |
---|---|---|
make_bpress.do: | 3 [+] | sysuse bplong |
file | # | command |
---|---|---|
ch7.00.do: | 3 [+] | use bpress , |
: | 6 [+] | use bpress , |
: | 44 [+] | use bpress , |
ch7.11.do: | 3 [+] | use bpress , |
file | # | command |
---|---|---|
make_bpress.do: | 7 [+] | save bpress , |
file | # | command |
---|---|---|
ch7.00.do: | 14 [+] | use bpstats , |
file | # | command |
---|---|---|
ch7.00.do: | 13 [+] | statsby mean=r(mean) sd=r(sd) n=r(N) , |
file | # | command |
---|---|---|
ch5.01.do: | 74 [+] | esttab using esttab_example.tex , /// alignment(D{.}{.}{-1}) replace |
file | # | command |
---|---|---|
ch5.01.do: | 20 [+] | ttest age , |
ch7.00.do: | 46 [+] | ttest bp , |
: | 47 [+] | bootstrap diff=(r(mu_1) - r(mu_2)), nodots: ttest bp , |
ch7.11.do: | 5 [+] | ttest bp , |
: | 6 [+] | bootstrap diff=(r(mu_1)-r(mu_2)), nodots: ttest bp , |
ch10.1.do: | 32 [+] | qui ttest `v' , |
: | 34 [+] | qui ranksum `v' , |
file | # | command |
---|---|---|
cb5a.do: | 17 [+] | egen totcand = total(last) , |
: | 30 [+] | egen totcand = total(indivcount) , |
ch2.0.do: | 106 [+] | note popsize: variable separating states by population size |
: | 128 [+] | by region: generate totpop = sum(pop) |
: | 133 [+] | by region: egen meanpop = mean(pop) |
ch4.4.do: | 19 [+] | by spellnr: gen length = _N if !missing(employer) |
: | 33 [+] | by fam: egen nadult = total(age >= 18) |
: | 34 [+] | by fam: egen nchild = total(age <= 17) if age <= 17 |
: | 36 [+] | by fam: egen nboys = total(age <= 17 & !female) if age <= 17 |
: | 38 [+] | by fam: egen nbros = total(age <= 17 & !female) if age <= 17 |
: | 43 [+] | by fam: g older = (age <= 17 & age[_n+1] <= 17) * (age < age[_n+1]) |
: | 45 [+] | by fam: egen oldestchild = max(age) if age<=17 |
ch6.6.do: | 23 [+] | collapse (sum) airsum=air , |
: | 32 [+] | collapse airavg=air , |
tipBizday.do: | 33 [+] | quietly by month: generate adjchange = sum(dDTB3/sqrt(dcal)) |
: | 34 [+] | quietly by month: generate sumchange = adjchange if _n==_N & !missing(month) |
file | # | command |
---|---|---|
ch3.10.do: | 86 [+] | statsmat iq if age < 35 , |
: | 87 [+] | statsmat iq if age >= 35 , |
ch5.01.do: | 197 [+] | separate expp , |
ch7.00.do: | 13 [+] | statsby mean=r(mean) sd=r(sd) n=r(N) , |
ch9.06.do: | 36 [+] | separate lwage , |
ch10.1.do: | 13 [+] | makematrix t2a, from(r(Stat1) r(Stat2)): tabstat insider , |
: | 19 [+] | makematrix t2aa, from(r(Stat1) r(Stat2)): tabstat ceo , |
ch14.3.do: | 7 [+] | separate retport , |
file | # | command |
---|---|---|
cb5a.do: | 26 [+] | tabstat last , |
: | 31 [+] | tabstat totcand , |
ch2.0.do: | 80 [+] | by region: summarize medage marr divr |
: | 82 [+] | tabstat medage , |
: | 117 [+] | tabstat pop medage , |
: | 131 [+] | by region: list region totpop if _n == _N |
ch3.01.do: | 20 [+] | tabstat pop , |
: | 39 [+] | tabstat medage , |
ch8.2.do: | 55 [+] | tsline invrate if inrange(company, 1, 4) & year >= 1937 , /// scheme(s2mono) |
ch10.1.do: | 9 [+] | tabstat insider , |
: | 29 [+] | qui makematrix t2b, from(r(Stat1) r(Stat2)): tabstat `v' , |
ch11.01.do: | 329 [+] | tabstat avgsalry , |
ch12.2.do: | 30 [+] | tabstat iqr if inrange(rep78, 3, 5) , |
: | 31 [+] | tabstat p8020 if inrange(rep78, 3, 5) , |
file | # | command |
---|---|---|
ch3.10.do: | 89 [+] | mat list result , |
ch5.01.do: | 7 [+] | display "dataset sorted by: `sb'" |
file | # | command |
---|---|---|
ch14.3.do: | 6 [+] | bys cdate hiord: egen retport = mean(ret) |
: | 9 [+] | bys cdate: egen index`i' = mean(retport`i') |
file | # | command |
---|---|---|
ch11.01.do: | 330 [+] | bysort highsal: pctrange regday specneed bilingua occupday tot_day tchratio |
file | # | command |
---|---|---|
ch2.0.do: | 85 [+] | bysort region popsize: summarize medage marr divr |
: | 100 [+] | bysort popsize: summarize medage |
ch7.00.do: | 4 [+] | bysort sex agegrp: summarize bp |
file | # | command |
---|---|---|
cb5a.do: | 16 [+] | bysort state cand: generate byte last=(_n == _N) |
: | 25 [+] | bysort state cand: generate byte last=(_n == _N) |
ch3.01.do: | 25 [+] | generate byte newengland = inlist(state, "Connecticut", "Maine", /// "Massachusetts", "New Hampshire", "Rhode Island", "Vermont") |
ch4.1.do: | 37 [+] | generate byte nschool = `nschool' |
: | 38 [+] | generate byte anyschool = nschool > 0 |
ch4.4.do: | 5 [+] | generate byte beginspell = employer != employer[_n-1] |
: | 8 [+] | generate byte beginunemp = missing(employer) & ((employer != employer[_n-1]) | (_n == 1)) |
: | 20 [+] | generate byte longspell = (length >= 3 & !missing(length)) |
ch11.01.do: | 326 [+] | generate byte highsal = avgsalry > r(mean) & !missing(avgsalry) |
tipBizday.do: | 15 [+] | quietly generate byte notmiss = DTB3 < . |