Tokens starting with a
| 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 |
|---|---|---|
| ch10.4.do: | 8 [+] | label def tlab 0 "below mean temp" 1 "above mean temp" |
| 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 |
|---|---|---|
| ch2.0.do: | 122 [+] | histogram medagebrack , /// title(Northeast and North Central States: Median Age) |
| file | # | command |
|---|---|---|
| ch2.0.do: | 122 [+] | histogram medagebrack , /// title(Northeast and North Central States: Median Age) |
| file | # | command |
|---|---|---|
| ch9.06.do: | 26 [+] | esttab _all using lwage`y'.tex , /// substitute("_cons" "Constant" "eta_educ" "$\eta_{educ}$" /// "etase" "$\eta_{se}$") |
| file | # | command |
|---|---|---|
| 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 |
|---|---|---|
| ch14.9.do: | 32 [+] | cscript mygmm2s adofile mygmm2s |
| : | 51 [+] | cscript mygmmcue adofile mygmmcue |
| 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 |
|---|---|---|
| ch10.1.do: | 46 [+] | local inv Audit Defendant Ins\_Trading Departed Age Tenure Voting\_Share |
| : | 49 [+] | local inv5 "Age (Years)" |
| file | # | command |
|---|---|---|
| ch3.10.do: | 69 [+] | regress weight age age2 |
| : | 79 [+] | quietly regress weight age age2 |
| file | # | command |
|---|---|---|
| ch3.10.do: | 68 [+] | generate age2 = age^2 |
| file | # | command |
|---|---|---|
| ch3.10.do: | 83 [+] | matrix cov2 = V["age","age2"] |
| file | # | command |
|---|---|---|
| ch13.01.do: | 148 [+] | type aggreg.ado |
| : | 190 [+] | type aggreg.mata |
| file | # | command |
|---|---|---|
| ch13.01.do: | 188 [+] | do aggreg.mata |
| file | # | command |
|---|---|---|
| ch14.4.do: | 6 [+] | type aggreg2.ado |
| : | 66 [+] | type aggreg2.mata |
| file | # | command |
|---|---|---|
| ch14.4.do: | 108 [+] | do aggreg2.mata |
| file | # | command |
|---|---|---|
| ch13.01.do: | 188 [+] | do aggreg.mata |
| file | # | command |
|---|---|---|
| ch6.6.do: | 32 [+] | collapse airavg=air , |
| file | # | command |
|---|---|---|
| ch6.6.do: | 39 [+] | tscollap (last) aireoq=air (sum) airsum=air (mean) airavg=air , |
| file | # | command |
|---|---|---|
| ch6.6.do: | 34 [+] | list yq airavg in 1/16 , |
| file | # | command |
|---|---|---|
| ch6.6.do: | 39 [+] | tscollap (last) aireoq=air (sum) airsum=air (mean) airavg=air , |
| file | # | command |
|---|---|---|
| ch6.5.do: | 3 [+] | use airquality , |
| ch10.4.do: | 3 [+] | use airquality , |
| file | # | command |
|---|---|---|
| ch6.6.do: | 23 [+] | collapse (sum) airsum=air , |
| file | # | command |
|---|---|---|
| ch6.6.do: | 39 [+] | tscollap (last) aireoq=air (sum) airsum=air (mean) airavg=air , |
| file | # | command |
|---|---|---|
| ch6.6.do: | 25 [+] | list yq airsum in 1/16 , |
| file | # | command |
|---|---|---|
| ch9.01.do: | 16 [+] | outtable using ch9.03t , /// format(%9.4f) center caption("Grunfeld company estimates") |
| file | # | command |
|---|---|---|
| ch9.01.do: | 11 [+] | matrix allbeta = (nullmat(allbeta) \ beta`i') |
| : | 14 [+] | matrix rownames allbeta = `row' |
| file | # | command |
|---|---|---|
| ch4.4.do: | 60 [+] | foreach c of local allcty { |
| file | # | command |
|---|---|---|
| ch4.4.do: | 57 [+] | local allcty "`allcty' gdp`c'" |
| : | 61 [+] | local allbut: list allcty - c |
| 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 |
|---|---|---|
| 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 |
|---|---|---|
| ch2.0.do: | 24 [+] | label data "1980 Census data for NE and NC states" |
| file | # | command |
|---|---|---|
| ch3.10.do: | 10 [+] | display "Anxiety level `count': `a'" |
| : | 17 [+] | display "Anxiety level `count': `a'" |
| file | # | command |
|---|---|---|
| ch3.10.do: | 8 [+] | foreach a of local anxlevel { |
| : | 15 [+] | foreach a of local anxlevel { |
| : | 22 [+] | foreach a of local anxlevel { |
| file | # | command |
|---|---|---|
| ch3.10.do: | 3 [+] | local anxlevel None Mild Moderate Severe |
| : | 7 [+] | local anxlevel None Mild Moderate Severe |
| : | 14 [+] | local anxlevel None Mild Moderate Severe |
| : | 21 [+] | local anxlevel None Mild Moderate Severe |
| : | 36 [+] | local anxlevel None Mild Moderate Severe |
| : | 44 [+] | local anxlevel None Mild Moderate Severe |
| file | # | command |
|---|---|---|
| ch4.1.do: | 24 [+] | generate anyschool = 0 |
| : | 27 [+] | qui replace anyschool = max(anyschool, inrange(`v', 6, 18)) |
| : | 31 [+] | drop anyschool |
| : | 38 [+] | generate byte anyschool = nschool > 0 |
| file | # | command |
|---|---|---|
| master.do: | 1 [+] | do appB.11.do |
| : | 2 [+] | do appB.9.do |
| file | # | command |
|---|---|---|
| ch12.1.do: | 17 [+] | twoway rarea lo hi end , /// || tsline sum, legend(off) scheme(s2mono) |
| 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 |
|---|---|---|
| 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 |
|---|---|---|
| ch2.0.do: | 91 [+] | label variable urbanized "Population in urban areas, %" |
| file | # | command |
|---|---|---|
| ch13.01.do: | 146 [+] | summarize tenn-arkansasA3 , |
| file | # | command |
|---|---|---|
| ch4.4.do: | 109 [+] | display _newline "Datafile: `c(filename)' (N=`c(N)', k=`c(k)') as of `c(filedate)'" |
| spinst_itsp.ado: | 5 [+] | di as smcl "{txt}Installing ..." |
| : | 36 [+] | di as smcl "{txt}Installation complete." |
| : | 44 [+] | di as smcl "{txt} package {res:`package'} from {res:`from'}" |
| : | 48 [+] | di as smcl "{cmd}. net install `package', from(`from') |
| file | # | command |
|---|---|---|
| ch4.26.do: | 30 [+] | quietly mfx compute , |
| ch8.2.do: | 6 [+] | egen math4sat = cut(math4score) , |
| : | 8 [+] | egen math7sat = cut(math7score) , |
| file | # | command |
|---|---|---|
| ch9.06.do: | 26 [+] | esttab _all using lwage`y'.tex , /// substitute("_cons" "Constant" "eta_educ" "$\eta_{educ}$" /// "etase" "$\eta_{se}$") |
| file | # | command |
|---|---|---|
| ch4.4.do: | 105 [+] | display _newline "Run `date' at `time' on Stata/`flav' version `vers', memory = `mem' bytes" |
| 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 |
|---|---|---|
| ch10.1.do: | 46 [+] | local inv Audit Defendant Ins\_Trading Departed Age Tenure Voting\_Share |
| : | 47 [+] | local inv1 "Member Audit Committee (0/1)" |
| file | # | command |
|---|---|---|
| ch2.1.do: | 6 [+] | sysuse auto , |
| ch4.4.do: | 108 [+] | sysuse auto , |
| ch9.09.do: | 16 [+] | sysuse auto , |
| ch11.01.do: | 373 [+] | sysuse auto , |
| : | 426 [+] | sysuse auto , |
| ch12.2.do: | 26 [+] | sysuse auto , |
| ch12.4.do: | 57 [+] | sysuse auto , |
| ch12.6.do: | 17 [+] | sysuse auto , |
| ch13.01.do: | 12 [+] | sysuse auto , |
| : | 39 [+] | sysuse auto , |
| : | 82 [+] | sysuse auto , |
| ch14.2.do: | 3 [+] | sysuse auto , |
| : | 43 [+] | sysuse auto , |
| ch14.4.do: | 116 [+] | sysuse auto |
| file | # | command |
|---|---|---|
| ch8.2.do: | 15 [+] | label var avgsal "Average teacher salary" |
| file | # | command |
|---|---|---|
| ch5.01.do: | 190 [+] | scatter expp1992 expp1998 sal , /// legend(position(5) ring(0) label(1 "1992") label(2 "1998")) |
| file | # | command |
|---|---|---|
| ch8.2.do: | 54 [+] | label var invrate "Three-year average investment rate" |
| file | # | command |
|---|---|---|
| ch13.01.do: | 90 [+] | type avgper.ado |
| : | 93 [+] | type avgper.mata |
| file | # | command |
|---|---|---|
| ch13.01.do: | 130 [+] | do avgper.mata |
| file | # | command |
|---|---|---|
| ch13.01.do: | 130 [+] | do avgper.mata |
| file | # | command |
|---|---|---|
| ch3.01.do: | 42 [+] | bysort size: egen avgpop = mean(pop) |
| : | 43 [+] | generate popratio = 100 * pop / avgpop |
| file | # | command |
|---|---|---|
| ch3.01.do: | 45 [+] | list state pop avgpop popratio if size == 0 , |