Tokens starting with n
file | # | command |
---|---|---|
ch14.2.do: | 46 [+] | forvalues i = 1/`=r(N)' { |
file | # | command |
---|---|---|
ch10.2.do: | 24 [+] | qui replace ndays = r(N) in `n' |
file | # | command |
---|---|---|
ch3.10.do: | 86 [+] | statsmat iq if age < 35 , |
: | 87 [+] | statsmat iq if age >= 35 , |
ch7.00.do: | 13 [+] | statsby mean=r(mean) sd=r(sd) n=r(N) , |
ch10.1.do: | 13 [+] | makematrix t2a, from(r(Stat1) r(Stat2)): tabstat insider , |
ch14.2.do: | 6 [+] | forv i=1/`=r(N)' { |
file | # | command |
---|---|---|
ch2.0.do: | 82 [+] | tabstat medage , |
ch10.1.do: | 9 [+] | tabstat insider , |
file | # | command |
---|---|---|
ch2.7.do: | 5 [+] | assert r(unique_value) == r(N) |
ch4.4.do: | 109 [+] | display _newline "Datafile: `c(filename)' (N=`c(N)', k=`c(k)') as of `c(filedate)'" |
ch10.1.do: | 15 [+] | matrix temp = r(N) |
: | 22 [+] | mat temp = r(N) |
: | 31 [+] | matrix `v'1 = r(N) |
file | # | command |
---|---|---|
ch9.06.do: | 43 [+] | avplot lhours , |
ch9.09.do: | 7 [+] | graph dot beta_k , |
file | # | command |
---|---|---|
ch9.09.do: | 6 [+] | graph bar p50 , |
file | # | command |
---|---|---|
ch2.0.do: | 24 [+] | label data "1980 Census data for NE and NC states" |
file | # | command |
---|---|---|
ch9.01.do: | 6 [+] | local ncomp : word count `colist' |
: | 21 [+] | local ncomp : word count `colist' |
: | 92 [+] | local ncomp : word count `colist' |
file | # | command |
---|---|---|
ch10.2.do: | 13 [+] | qui gen ndays = . |
: | 24 [+] | qui replace ndays = r(N) in `n' |
file | # | command |
---|---|---|
ch10.2.do: | 40 [+] | list permno meanret ndays highcorr in 1/50 , |
file | # | command |
---|---|---|
ch2.0.do: | 24 [+] | label data "1980 Census data for NE and NC states" |
file | # | command |
---|---|---|
ch10.6.do: | 17 [+] | bysort qmdy (cmdy): generate near = contract if _n == 1 |
: | 21 [+] | bysort cmdy (qmdy): generate rolldate = qmdy[_n-3] if near[_n] != near[_n-1] |
: | 22 [+] | bysort cmdy (qmdy): generate roll1date = qmdy[_n-4] if near[_n] != near[_n-1] |
: | 23 [+] | bysort cmdy (qmdy): generate nnear = contract if near[_n] != near[_n-1] |
: | 32 [+] | bysort qm: generate futprice = settle if contract == near & qmdy < rollover |
file | # | command |
---|---|---|
ch5.01.do: | 80 [+] | use NEstates , |
file | # | command |
---|---|---|
spinst_itsp.ado: | 49 [+] | capture noisily net install `package' , |
file | # | command |
---|---|---|
spinst_itsp.ado: | 48 [+] | di as smcl "{cmd}. net install `package', from(`from') |
file | # | command |
---|---|---|
ch2.0.do: | 114 [+] | generate netmarr2x = cond(marr/divr > 2.0, 1, 2) |
: | 116 [+] | label values netmarr2x netmarr2xc |
file | # | command |
---|---|---|
ch2.0.do: | 117 [+] | tabstat pop medage , |
file | # | command |
---|---|---|
ch2.0.do: | 115 [+] | label define netmarr2xc 1 "marr > 2 divr" 2 "marr <= 2 divr" |
: | 116 [+] | label values netmarr2x netmarr2xc |
file | # | command |
---|---|---|
ch3.01.do: | 25 [+] | generate byte newengland = inlist(state, "Connecticut", "Maine", /// "Massachusetts", "New Hampshire", "Rhode Island", "Vermont") |
file | # | command |
---|---|---|
appB.9.do: | 54 [+] | recode cc `rc' , |
appB.11.do: | 20 [+] | recode cc `rc' , |
file | # | command |
---|---|---|
appB.9.do: | 55 [+] | tabulate newcc |
appB.11.do: | 21 [+] | tabulate newcc |
file | # | command |
---|---|---|
ch3.01.do: | 25 [+] | generate byte newengland = inlist(state, "Connecticut", "Maine", /// "Massachusetts", "New Hampshire", "Rhode Island", "Vermont") |
file | # | command |
---|---|---|
ch3.01.do: | 28 [+] | list state medage pop if newengland , |
file | # | command |
---|---|---|
ch10.6.do: | 29 [+] | bysort qm: egen nextnear = mean(nnear) |
: | 34 [+] | bysort qm: replace futprice = settle if contract==nextnear & qmdy >= rollover |
: | 37 [+] | bysort qm: generate settleprev = settle if contract == nextnear & qmdy == rollover1 |
file | # | command |
---|---|---|
ch11.01.do: | 435 [+] | type nlces.ado |
file | # | command |
---|---|---|
ch10.6.do: | 23 [+] | bysort cmdy (qmdy): generate nnear = contract if near[_n] != near[_n-1] |
: | 25 [+] | replace nnear = . in 1 |
: | 29 [+] | bysort qm: egen nextnear = mean(nnear) |
file | # | command |
---|---|---|
ch14.7.do: | 6 [+] | type nneighbor.ado |
file | # | command |
---|---|---|
ch11.01.do: | 256 [+] | outtable using MCAS , |
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 |
---|---|---|
ch7.00.do: | 18 [+] | rolling _b _se , |
: | 34 [+] | simulate p25=r(p25) p50=r(p50) p75=r(p75) , /// saving(pctiles, replace): simpctile |
file | # | command |
---|---|---|
ch9.06.do: | 43 [+] | avplot lhours , |
ch9.09.do: | 7 [+] | graph dot beta_k , |
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)) |
: | 44 [+] | graph combine scat`y' avplot`y' , /// ti("Log wage vs. log hours for `y'") |
ch9.09.do: | 6 [+] | graph bar p50 , |
file | # | command |
---|---|---|
ch4.26.do: | 54 [+] | twoway (scatter `eyex' `x', ms(Oh) yscale(range(-0.5 -2.0)) ylabel(,nogrid)) /// (rline `seyex1' `seyex2' `x') /// (connected `y' `x', yaxis(2) yscale(axis(2) range(18000 35000))) , /// ytitle(Elasticity of price v. student/teacher ratio) |
file | # | command |
---|---|---|
ch14.1.do: | 63 [+] | mat list grades , |
: | 66 [+] | mat list grades , |
: | 69 [+] | mat list grades , |
file | # | command |
---|---|---|
spinst_itsp.ado: | 7 [+] | cap noi spinst_itsp_wrk egenmore http: //fmwww.bc.edu/repec/bocode/e |
: | 8 [+] | cap noi spinst_itsp_wrk estout http: //fmwww.bc.edu/repec/bocode/e |
: | 9 [+] | cap noi spinst_itsp_wrk freduse http: //fmwww.bc.edu/repec/bocode/f |
: | 10 [+] | cap noi spinst_itsp_wrk ivreg2 http: //fmwww.bc.edu/repec/bocode/i |
: | 11 [+] | cap noi spinst_itsp_wrk mat2txt http: //fmwww.bc.edu/repec/bocode/m |
: | 12 [+] | cap noi spinst_itsp_wrk makematrix http: //fmwww.bc.edu/repec/bocode/m |
: | 13 [+] | cap noi spinst_itsp_wrk moremata http: //fmwww.bc.edu/repec/bocode/m |
: | 14 [+] | cap noi spinst_itsp_wrk mvsumm http: //fmwww.bc.edu/repec/bocode/m |
: | 15 [+] | cap noi spinst_itsp_wrk onespell http: //fmwww.bc.edu/repec/bocode/o |
: | 16 [+] | cap noi spinst_itsp_wrk outreg2 http: //fmwww.bc.edu/repec/bocode/o |
: | 17 [+] | cap noi spinst_itsp_wrk outtable http: //fmwww.bc.edu/repec/bocode/o |
: | 18 [+] | cap noi spinst_itsp_wrk psmatch2 http: //fmwww.bc.edu/repec/bocode/p |
: | 19 [+] | cap noi spinst_itsp_wrk ranktest http: //fmwww.bc.edu/repec/bocode/r |
: | 20 [+] | cap noi spinst_itsp_wrk sphdist http: //fmwww.bc.edu/repec/bocode/s |
: | 21 [+] | cap noi spinst_itsp_wrk statsmat http: //fmwww.bc.edu/repec/bocode/s |
: | 22 [+] | cap noi spinst_itsp_wrk textbarplot http: //fmwww.bc.edu/repec/bocode/t |
: | 23 [+] | cap noi spinst_itsp_wrk tscollap http: //fmwww.bc.edu/repec/bocode/t |
: | 24 [+] | cap noi spinst_itsp_wrk tsmktim http: //fmwww.bc.edu/repec/bocode/t |
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: | 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 |
fem_setup.do: | 4 [+] | local anx None Mild Moderate Severe |
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: | 6 [+] | list , |
: | 12 [+] | list , |
: | 16 [+] | list , |
: | 21 [+] | list year employer length longspell , |
: | 29 [+] | list fam person female age , |
: | 48 [+] | list fam female age nadult sibs nboys nbros older oldestsibling , |
ch5.01.do: | 94 [+] | list , |
: | 97 [+] | list , |
ch6.6.do: | 11 [+] | list ym mnr eoq air in 1/16 , |
: | 17 [+] | list yq air in 1/16 , |
: | 25 [+] | list yq airsum in 1/16 , |
: | 34 [+] | list yq airavg in 1/16 , |
: | 40 [+] | list in 1/16 , |
ch10.2.do: | 40 [+] | list permno meanret ndays highcorr in 1/50 , |
ch10.6.do: | 49 [+] | list qmdy contract futprice futret if !missing(futprice) in 1/62 , |
ch14.2.do: | 56 [+] | list , |
ch14.3.do: | 97 [+] | list set1permno set1mu set1n set1max in 1/50 , |
tipBizday.do: | 35 [+] | list month sumchange if sumchange < . , |
file | # | command |
---|---|---|
ch11.01.do: | 255 [+] | pctrange regday specneed bilingua occupday tot_day tchratio , |
file | # | command |
---|---|---|
ch5.01.do: | 74 [+] | esttab using esttab_example.tex , /// alignment(D{.}{.}{-1}) replace |
file | # | command |
---|---|---|
ch9.06.do: | 26 [+] | esttab _all using lwage`y'.tex , /// substitute("_cons" "Constant" "eta_educ" "$\eta_{educ}$" /// "etase" "$\eta_{se}$") |
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 |
---|---|---|
tipBizday.do: | 15 [+] | quietly generate byte notmiss = DTB3 < . |
: | 16 [+] | quietly generate seqdate = cond(notmiss,sum(notmiss),.) |
file | # | command |
---|---|---|
ch3.01.do: | 38 [+] | xtile medagequart = medage , |
file | # | command |
---|---|---|
ch4.1.do: | 14 [+] | egen nschool = rcount(child1-child12) , |
: | 16 [+] | drop nschool |
: | 17 [+] | generate nschool = 0 |
: | 19 [+] | qui replace nschool = nschool + inrange(`v', 6, 18) |
: | 22 [+] | drop nschool |
: | 23 [+] | generate nschool = 0 |
: | 26 [+] | qui replace nschool = nschool + inrange(`v', 6, 18) |
: | 30 [+] | drop nschool |
: | 37 [+] | generate byte nschool = `nschool' |
: | 38 [+] | generate byte anyschool = nschool > 0 |
file | # | command |
---|---|---|
ch4.1.do: | 32 [+] | local nschool 0 |
: | 34 [+] | local nschool "`nschool' + inrange(`v', 6, 18)" |
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 |
---|---|---|
ch6.5.do: | 21 [+] | esttab one two , |
file | # | command |
---|---|---|
ch6.5.do: | 7 [+] | matrix nu = e(Xmfx_eyex) |
: | 8 [+] | estadd scalar nu = nu[1, 1] |
: | 15 [+] | matrix nu = e(Xmfx_eyex) |
: | 16 [+] | estadd scalar nu = nu[1, 1] |