Tokens starting with o
file | # | command |
---|---|---|
ch4.1.do: | 4 [+] | set obs 1000000 |
ch8.2.do: | 100 [+] | set obs 3000 |
ch14.1.do: | 44 [+] | set obs 25 |
ch14.4.do: | 150 [+] | set obs 1 |
file | # | command |
---|---|---|
ch10.1.do: | 41 [+] | matrix rownames t2aa = Observations CEO |
: | 61 [+] | file write `hh' "Observations (\$N\$) & " (t2aa[1, 1]) " & " (t2aa[1, 2]) " & " (t2aa[1, 3]) " \\" _newline |
file | # | command |
---|---|---|
ch2.0.do: | 104 [+] | note: Subset of Census data , |
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 |
---|---|---|
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 |
---|---|---|
ch2.0.do: | 122 [+] | histogram medagebrack , /// title(Northeast and North Central States: Median Age) |
ch12.1.do: | 17 [+] | twoway rarea lo hi end , /// || tsline sum, legend(off) scheme(s2mono) |
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 |
---|---|---|
ch5.01.do: | 190 [+] | scatter expp1992 expp1998 sal , /// legend(position(5) ring(0) label(1 "1992") label(2 "1998")) |
file | # | command |
---|---|---|
ch2.0.do: | 104 [+] | note: Subset of Census data , |
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.1.do: | 13 [+] | set rmsg on |
ch4.4.do: | 105 [+] | display _newline "Run `date' at `time' on Stata/`flav' version `vers', memory = `mem' bytes" |
ch14.9.do: | 7 [+] | set matastrict on |
: | 26 [+] | set matastrict on |
: | 54 [+] | set rmsg on |
file | # | command |
---|---|---|
ch6.5.do: | 21 [+] | esttab one two , |
file | # | command |
---|---|---|
ch6.5.do: | 11 [+] | estimates store one |
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: | 15 [+] | cap noi spinst_itsp_wrk onespell http: //fmwww.bc.edu/repec/bocode/o |
file | # | command |
---|---|---|
itsp.do: | 14 [+] | ssc install onespell |
file | # | command |
---|---|---|
ch12.6.do: | 39 [+] | type onespell_part1.txt |
file | # | command |
---|---|---|
ch12.6.do: | 41 [+] | type onespell_part2.txt |
file | # | command |
---|---|---|
ch9.01.do: | 118 [+] | file open `fh' using matout.raw , |
: | 134 [+] | file open `fh' using matout2.raw , |
ch10.1.do: | 53 [+] | file open `hh' using table2.tex , |
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: | 67 [+] | file write `hh' "\\{\sl Outcome} \\" _newline |
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: | 16 [+] | cap noi spinst_itsp_wrk outreg2 http: //fmwww.bc.edu/repec/bocode/o |
file | # | command |
---|---|---|
itsp.do: | 6 [+] | ssc install outreg2 |
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: | 17 [+] | cap noi spinst_itsp_wrk outtable http: //fmwww.bc.edu/repec/bocode/o |
file | # | command |
---|---|---|
itsp.do: | 13 [+] | ssc install outtable |