Tokens starting with i
| file | # | command |
|---|---|---|
| cb5a.do: | 12 [+] | reshape long cand , |
| : | 24 [+] | reshape long cand , |
| ch4.4.do: | 54 [+] | reshape wide gdp , |
| ch5.01.do: | 96 [+] | reshape long pop , |
| : | 135 [+] | reshape long expp revpp avgsal math4score math7score , |
| : | 139 [+] | reshape wide expp revpp avgsal math4score math7score , |
| ch8.2.do: | 29 [+] | reshape wide expp avgsal math4sat math7sat , |
| : | 40 [+] | reshape long expp avgsal math4sat math7sat , |
| ch14.8.do: | 142 [+] | reshape wide invest mvalue kstock , |
| reshapeTip.do: | 12 [+] | reshape long Yr , |
| : | 15 [+] | reshape wide Yr , |
| file | # | command |
|---|---|---|
| ch4.4.do: | 102 [+] | local flav = cond(`c(MP)', "MP", cond(`c(SE)', "SE", "IC")) |
| 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 |
|---|---|---|
| reshapeTip.do: | 5 [+] | Armenia imports 105 120 |
| : | 7 [+] | Bolivia imports 200 230 |
| : | 9 [+] | Colombia imports 100 105 |
| 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: | 91 [+] | label variable urbanized "Population in urban areas, %" |
| tipBizday.do: | 22 [+] | label var dDTB3 "Daily change in 3-mo Treasury rate" |
| file | # | command |
|---|---|---|
| ch9.09.do: | 22 [+] | list make price weight length in 1/10 , |
| : | 23 [+] | list make price weight length in 1/10 , |
| file | # | command |
|---|---|---|
| ch14.9.do: | 41 [+] | savedresults compare ivhomo e() , /// tol(1e-7) verbose |
| : | 48 [+] | savedresults compare ivrobust e() , /// tol(1e-7) verbose |
| : | 60 [+] | savedresults compare ivreg2cue e() , /// tol(1e-4) verbose |
| : | 67 [+] | savedresults compare ivreg2cue e() , /// tol(1e-4) verbose |
| 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 |
| : | 39 [+] | label values highcorr ind |
| 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 |
| : | 96 [+] | label values set1max ind |
| file | # | command |
|---|---|---|
| ch14.3.do: | 53 [+] | type indcorr.mata |
| file | # | command |
|---|---|---|
| ch14.3.do: | 51 [+] | do indcorr.mata |
| file | # | command |
|---|---|---|
| ch2.0.do: | 102 [+] | label data "1980 US Census data with population size indicators" |
| file | # | command |
|---|---|---|
| ch10.4.do: | 17 [+] | label var precip "Mean precipitation indices" |
| file | # | command |
|---|---|---|
| ch10.2.do: | 5 [+] | qui levelsof hiord , |
| file | # | command |
|---|---|---|
| cb5a.do: | 29 [+] | egen indivcount = tag(state cand) |
| : | 30 [+] | egen totcand = total(indivcount) , |
| file | # | command |
|---|---|---|
| ch14.9.do: | 39 [+] | mygmm2s lw , /// exexog(med kww age mrt) |
| : | 46 [+] | quietly mygmm2s lw , /// exexog(med kww age mrt) robust |
| : | 58 [+] | mygmmcue lw , /// exexog(med kww age mrt) |
| : | 65 [+] | mygmmcue lw , /// exexog(med kww age mrt) robust |
| file | # | command |
|---|---|---|
| ch3.01.do: | 25 [+] | generate byte newengland = inlist(state, "Connecticut", "Maine", /// "Massachusetts", "New Hampshire", "Rhode Island", "Vermont") |
| ch5.01.do: | 81 [+] | keep if inlist(year,1990,1995,2000) |
| file | # | command |
|---|---|---|
| ch4.1.do: | 19 [+] | qui replace nschool = nschool + inrange(`v', 6, 18) |
| : | 26 [+] | qui replace nschool = nschool + inrange(`v', 6, 18) |
| : | 27 [+] | qui replace anyschool = max(anyschool, inrange(`v', 6, 18)) |
| 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 |
|---|---|---|
| ch2.5.do: | 3 [+] | list if !inrange(pop, 300000, 3e7) |
| : | 6 [+] | list if !inrange(medage, 20, 50) |
| : | 9 [+] | list if !inrange(drate, 10, 104+145) |
| ch3.01.do: | 30 [+] | list state medage pop if inrange(pop, 5000, 9999) , |
| ch3.10.do: | 65 [+] | tabulate anxiety if inrange(iq, lb`i', ub`i') |
| ch8.2.do: | 55 [+] | tsline invrate if inrange(company, 1, 4) & year >= 1937 , /// scheme(s2mono) |
| ch12.2.do: | 30 [+] | tabstat iqr if inrange(rep78, 3, 5) , |
| : | 31 [+] | tabstat p8020 if inrange(rep78, 3, 5) , |
| file | # | command |
|---|---|---|
| ch2.5.do: | 4 [+] | assert inrange(pop, 300000, 3e7) |
| : | 7 [+] | assert inrange(medage, 20, 50) |
| : | 10 [+] | assert inrange(drate, 10, 104+145) |
| ch4.1.do: | 34 [+] | local nschool "`nschool' + inrange(`v', 6, 18)" |
| file | # | command |
|---|---|---|
| ch10.1.do: | 46 [+] | local inv Audit Defendant Ins\_Trading Departed Age Tenure Voting\_Share |
| file | # | command |
|---|---|---|
| ch10.1.do: | 57 [+] | file write `hh' " Variable & Outside & Inside & & \multicolumn{2}{c}{\$p\$-value of Difference} \\" _newline |
| file | # | command |
|---|---|---|
| ch10.1.do: | 40 [+] | matrix colnames t2aa = Outsider Insider Total |
| : | 43 [+] | matrix colnames t2bb = Outsider Insider N t_pval MW_pval |
| file | # | command |
|---|---|---|
| spinst_itsp.ado: | 45 [+] | capture net install `package' , |
| : | 49 [+] | capture noisily net install `package' , |
| file | # | command |
|---|---|---|
| itsp.do: | 1 [+] | ssc install egenmore |
| : | 2 [+] | ssc install ivreg2 |
| : | 3 [+] | ssc install tscollap |
| : | 4 [+] | ssc install tsmktim |
| : | 5 [+] | ssc install estout |
| : | 6 [+] | ssc install outreg2 |
| : | 7 [+] | ssc install moremata |
| : | 8 [+] | ssc install psmatch2 |
| : | 9 [+] | ssc install mvsumm |
| : | 10 [+] | ssc install mat2txt |
| : | 11 [+] | ssc install sphdist |
| : | 12 [+] | ssc install makematrix |
| : | 13 [+] | ssc install outtable |
| : | 14 [+] | ssc install onespell |
| : | 15 [+] | ssc install ranktest |
| : | 16 [+] | ssc install statsmat |
| : | 17 [+] | ssc install textbarplot |
| : | 18 [+] | ssc install freduse |
| spinst_itsp.ado: | 48 [+] | di as smcl "{cmd}. net install `package', from(`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 |
|---|---|---|
| ch4.1.do: | 6 [+] | g nchild = int(12*uniform())+1 |
| : | 8 [+] | qui g child`i' = cond(nchild >= `i',int(30 * uniform()) + 1, .) |
| ch5.01.do: | 154 [+] | gen int state = uniform() * 50 + 1 |
| ch14.1.do: | 46 [+] | g id = int(1000*uniform()) |
| : | 47 [+] | g hw = int(50*uniform()+5) |
| : | 48 [+] | g mt = int(2*hw + 5*invnorm(uniform())) |
| : | 49 [+] | g final = int(4*hw + 7*invnorm(uniform())) |
| file | # | command |
|---|---|---|
| ch5.01.do: | 189 [+] | stack expp1992 avgsal1992 expp1998 avgsal1998 , |
| file | # | command |
|---|---|---|
| ch10.1.do: | 46 [+] | local inv Audit Defendant Ins\_Trading Departed Age Tenure Voting\_Share |
| file | # | command |
|---|---|---|
| ch14.8.do: | 145 [+] | suregub (invest1 mvalue1 kstock1) (invest2 mvalue2 kstock2) /// (invest3 mvalue3 kstock3) (invest4 mvalue4 kstock4) |
| file | # | command |
|---|---|---|
| ch14.8.do: | 145 [+] | suregub (invest1 mvalue1 kstock1) (invest2 mvalue2 kstock2) /// (invest3 mvalue3 kstock3) (invest4 mvalue4 kstock4) |
| file | # | command |
|---|---|---|
| ch8.2.do: | 54 [+] | label var invrate "Three-year average investment rate" |
| ch9.08.do: | 4 [+] | label var p50 "Median investment" |
| ch9.09.do: | 4 [+] | label var p50 "Median investment" |
| file | # | command |
|---|---|---|
| ch10.1.do: | 62 [+] | file write `hh' "\\{\sl Involvement} \\" _newline |
| file | # | command |
|---|---|---|
| ch8.2.do: | 54 [+] | label var invrate "Three-year average investment rate" |
| file | # | command |
|---|---|---|
| ch8.2.do: | 52 [+] | mvsumm LD.linvest , |
| file | # | command |
|---|---|---|
| ch8.2.do: | 55 [+] | tsline invrate if inrange(company, 1, 4) & year >= 1937 , /// scheme(s2mono) |
| : | 81 [+] | summarize invrate rolling_ldinvest |
| file | # | command |
|---|---|---|
| ch3.10.do: | 64 [+] | display _n "IQ " lb`i' " - " ub`i' |
| : | 89 [+] | mat list result , |
| file | # | command |
|---|---|---|
| ch3.10.do: | 86 [+] | statsmat iq if age < 35 , |
| file | # | command |
|---|---|---|
| ch3.10.do: | 88 [+] | matrix result = iqanx1 , |
| file | # | command |
|---|---|---|
| ch3.10.do: | 87 [+] | statsmat iq if age >= 35 , |
| file | # | command |
|---|---|---|
| ch3.10.do: | 88 [+] | matrix result = iqanx1 , |
| file | # | command |
|---|---|---|
| ch12.2.do: | 27 [+] | bysort rep78: egen iqr = pctrange(price) if inrange(rep78, 3, 5) |
| file | # | command |
|---|---|---|
| ch12.2.do: | 30 [+] | tabstat iqr if inrange(rep78, 3, 5) , |
| file | # | command |
|---|---|---|
| ch5.01.do: | 10 [+] | scalar iqr = r(p75) - r(p25) |
| : | 11 [+] | display "IQR = " iqr |
| file | # | command |
|---|---|---|
| ch2.1.do: | 17 [+] | summarize lprice max_lprice iqr_lprice |
| file | # | command |
|---|---|---|
| ch3.01.do: | 17 [+] | generate size=irecode(pop, 1000, 4000, 8000, 20000) |
| : | 35 [+] | generate medagebracknr = irecode(medage, 29, 30, 31, 32, 33) |
| file | # | command |
|---|---|---|
| ch11.01.do: | 6 [+] | parrot "This is Stata..." |
| file | # | command |
|---|---|---|
| ch3.10.do: | 41 [+] | display "Level `i' is `wd'" |
| : | 49 [+] | display "Level `i' is ``i''" |
| file | # | command |
|---|---|---|
| ch3.01.do: | 25 [+] | generate byte newengland = inlist(state, "Connecticut", "Maine", /// "Massachusetts", "New Hampshire", "Rhode Island", "Vermont") |
| file | # | command |
|---|---|---|
| ch14.9.do: | 38 [+] | savedresults save ivhomo e() |
| : | 41 [+] | savedresults compare ivhomo e() , /// tol(1e-7) verbose |
| file | # | command |
|---|---|---|
| spinst_itsp.ado: | 10 [+] | cap noi spinst_itsp_wrk ivreg2 http: //fmwww.bc.edu/repec/bocode/i |
| file | # | command |
|---|---|---|
| itsp.do: | 2 [+] | ssc install ivreg2 |