Tokens starting with j
file | # | command |
---|---|---|
cgmreg.ado: | 191 [+] | mat `running_sum' = J(`rows',`cols',0) |
: | 195 [+] | mat `Bigmat' = J(1,1,1) |
: | 200 [+] | mat `Bigmat' = J(1,`a',0) \ ( J(2^(`a'-1)-1,1,1) , `Bigmat' ) \ (J(2^(`a'-1)-1,1,0) , `Bigmat' ) |
file | # | command |
---|---|---|
set_directory_macros.do: | 3 [+] | local my_top_path = subinstr(c(pwd), "doug work\Colin\JHR cluster paper\work Summer 2014\empirical example code", "",.) |
: | 5 [+] | global rawdat = "`my_top_path'data\CPS\July 2013 extract for cluster JHR" |
: | 6 [+] | global madedat = "`my_top_path'madedata\Colin JHR paper" |
file | # | command |
---|---|---|
set_directory_macros.do: | 5 [+] | global rawdat = "`my_top_path'data\CPS\July 2013 extract for cluster JHR" |