Tokens starting with p
| file | # | command |
|---|---|---|
| ch11.01.do: | 50 [+] | display p7525 |
| file | # | command |
|---|---|---|
| ch12.2.do: | 28 [+] | bysort rep78: egen p8020 = pctrange(price) if inrange(rep78, 3, 5) , /// hi(80) lo(20) |
| file | # | command |
|---|---|---|
| ch12.2.do: | 31 [+] | tabstat p8020 if inrange(rep78, 3, 5) , |
| 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." |
| : | 42 [+] | args package from |
| : | 44 [+] | di as smcl "{txt} package {res:`package'} from {res:`from'}" |
| 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 |
|---|---|---|
| ch11.01.do: | 457 [+] | nl ces @ lnoutput capital labor , /// initial(b0 0 rho 1 delta 0.5) |
| file | # | command |
|---|---|---|
| ch11.01.do: | 3 [+] | capture program drop parrot |
| file | # | command |
|---|---|---|
| ch11.01.do: | 5 [+] | type parrot.ado |
| file | # | command |
|---|---|---|
| ch4.26.do: | 20 [+] | foreach p of local pct { |
| : | 28 [+] | foreach p of local pct { |
| file | # | command |
|---|---|---|
| ch4.26.do: | 18 [+] | local pct 1 10 25 50 75 90 99 |
| file | # | command |
|---|---|---|
| ch11.01.do: | 374 [+] | bysort rep78 foreign: egen pctrange = pct9010(price) |
| file | # | command |
|---|---|---|
| ch7.00.do: | 39 [+] | use pctiles , |
| : | 49 [+] | use pctiles , |
| file | # | command |
|---|---|---|
| ch11.01.do: | 374 [+] | bysort rep78 foreign: egen pctrange = pct9010(price) |
| ch12.2.do: | 27 [+] | bysort rep78: egen iqr = pctrange(price) if inrange(rep78, 3, 5) |
| : | 28 [+] | bysort rep78: egen p8020 = pctrange(price) if inrange(rep78, 3, 5) , /// hi(80) lo(20) |
| file | # | command |
|---|---|---|
| ch11.01.do: | 17 [+] | !rm pctrange.ado |
| : | 18 [+] | !cp pctrange.100.ado pctrange.ado |
| : | 20 [+] | which pctrange |
| : | 22 [+] | type pctrange.ado |
| : | 52 [+] | !cp pctrange.101.ado pctrange.ado |
| : | 54 [+] | which pctrange |
| : | 56 [+] | type pctrange.ado |
| : | 85 [+] | !cp pctrange.102.ado pctrange.ado |
| : | 87 [+] | which pctrange |
| : | 89 [+] | type pctrange.ado |
| : | 94 [+] | !cp pctrange.103.ado pctrange.ado |
| : | 96 [+] | which pctrange |
| : | 98 [+] | type pctrange.ado |
| : | 100 [+] | !cp pctrange.104.ado pctrange.ado |
| : | 102 [+] | which pctrange |
| : | 104 [+] | type pctrange.ado |
| : | 106 [+] | !cp pctrange.105.ado pctrange.ado |
| : | 108 [+] | which pctrange |
| : | 110 [+] | type pctrange.ado |
| : | 180 [+] | !cp pctrange.106.ado pctrange.ado |
| : | 182 [+] | which pctrange |
| : | 184 [+] | type pctrange.ado |
| : | 376 [+] | chelp pctrange |
| ch12.3.do: | 5 [+] | !cp pctrange.106.ado pctrange.ado |
| : | 7 [+] | type pctrange.ado |
| file | # | command |
|---|---|---|
| testall.do: | 4 [+] | quietly log using pctrange , |
| file | # | command |
|---|---|---|
| ch12.3.do: | 77 [+] | cd bench/pctrange |
| : | 81 [+] | cd bench/pctrange |
| : | 85 [+] | cd bench/pctrange |
| : | 89 [+] | cd bench/pctrange |
| file | # | command |
|---|---|---|
| ch13.01.do: | 133 [+] | avgper tenn , // calculate quarterly averages |
| : | 134 [+] | avgper tenn , // calculate annual averages |
| : | 144 [+] | avgper `v' , |
| : | 228 [+] | aggreg tenn , // calculate quarterly averages |
| : | 229 [+] | aggreg tenn , // calculate quarterly sum |
| : | 230 [+] | aggreg tenn , // extract first month's value |
| : | 231 [+] | aggreg tenn , // extract first month's value |
| ch14.4.do: | 110 [+] | aggreg2 tenn , // calculate quarterly averages of log(tenn) |
| : | 111 [+] | aggreg2 tenn , // calculate quarterly sum of sqrt(tenn) |
| file | # | command |
|---|---|---|
| ch8.2.do: | 7 [+] | label var math4sat "Quartile of percent satisfactory, 4th grade" |
| : | 9 [+] | label var math7sat "Quartile of percent satisfactory, 7th grade" |
| file | # | command |
|---|---|---|
| ch11.01.do: | 256 [+] | outtable using MCAS , |
| file | # | command |
|---|---|---|
| ch4.26.do: | 46 [+] | label variable `x' "Student/teacher ratio (percentiles `pct')" |
| 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 |
|---|---|---|
| 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 |
|---|---|---|
| ch8.2.do: | 10 [+] | label def satis 1 "Poor" 2 "Good" 3 "Better" 4 "Best" |
| file | # | command |
|---|---|---|
| ch2.0.do: | 6 [+] | foreach v of varlist pop* marriage divorce { |
| file | # | command |
|---|---|---|
| ch3.01.do: | 2 [+] | summarize pop* |
| file | # | command |
|---|---|---|
| appB.9.do: | 41 [+] | correlate popgrowth `v' |
| : | 42 [+] | scatter popgrowth `v' |
| appB.11.do: | 7 [+] | correlate popgrowth `v' |
| : | 8 [+] | scatter popgrowth `v' |
| file | # | command |
|---|---|---|
| ch3.01.do: | 43 [+] | generate popratio = 100 * pop / avgpop |
| : | 44 [+] | format popratio %7.2f |
| file | # | command |
|---|---|---|
| ch3.01.do: | 45 [+] | list state pop avgpop popratio if size == 0 , |
| file | # | command |
|---|---|---|
| ch2.0.do: | 84 [+] | generate popsize = smallpop + 2*largepop |
| : | 94 [+] | label variable popsize "Population size code" |
| : | 97 [+] | label define popsize 1 "<= 5 million" 2 "> 5 million" |
| : | 98 [+] | label values popsize popsize |
| : | 106 [+] | note popsize: variable separating states by population size |
| : | 107 [+] | note popsize: value label popsize defined for this variable |
| : | 136 [+] | generate popsize = smallpop + 2*largepop |
| : | 137 [+] | label variable popsize "Population size code" |
| : | 138 [+] | label define popsize 1 "<= 5 million" 2 "> 5 million" , |
| : | 139 [+] | label values popsize popsize |
| : | 140 [+] | bysort region popsize: egen meanpop2 = mean(pop) |
| ch3.01.do: | 18 [+] | label define popsize 0 "<1m" 1 "1-4m" 2 "4-8m" 3 ">8m" |
| : | 19 [+] | label values size popsize |
| file | # | command |
|---|---|---|
| ch2.0.do: | 85 [+] | bysort region popsize: summarize medage marr divr |
| : | 95 [+] | describe pop smallpop largepop popsize urbanized |
| : | 99 [+] | describe popsize |
| : | 100 [+] | bysort popsize: summarize medage |
| : | 141 [+] | list region popsize state pop meanpop2 , |
| file | # | command |
|---|---|---|
| ch2.0.do: | 17 [+] | label var pop "1980 Population, '000" |
| : | 91 [+] | label variable urbanized "Population in urban areas, %" |
| : | 94 [+] | label variable popsize "Population size code" |
| : | 137 [+] | label variable popsize "Population size code" |
| file | # | command |
|---|---|---|
| ch2.0.do: | 18 [+] | label var popurb "1980 Urban population, '000" |
| : | 102 [+] | label data "1980 US Census data with population size indicators" |
| : | 106 [+] | note popsize: variable separating states by population size |
| file | # | command |
|---|---|---|
| ch10.4.do: | 17 [+] | label var precip "Mean precipitation indices" |
| file | # | command |
|---|---|---|
| ch4.26.do: | 47 [+] | label variable `y' "Predicted median house price, dollars" |
| file | # | command |
|---|---|---|
| ch11.01.do: | 431 [+] | predict double pricehat , |
| file | # | command |
|---|---|---|
| ch11.01.do: | 432 [+] | summarize price pricehat |
| 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 |
|---|---|---|
| ch11.01.do: | 456 [+] | use production , |
| file | # | command |
|---|---|---|
| ch12.4.do: | 60 [+] | capt program drop mynormal_lf_d0 |
| ch13.01.do: | 3 [+] | capt program drop _all |
| ch14.1.do: | 1 [+] | capt program drop _all |
| 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 |
|---|---|---|
| spinst_itsp.ado: | 18 [+] | cap noi spinst_itsp_wrk psmatch2 http: //fmwww.bc.edu/repec/bocode/p |
| file | # | command |
|---|---|---|
| itsp.do: | 8 [+] | ssc install psmatch2 |