Tokens starting with u
file | # | command |
---|---|---|
makedata.do: | 76 [+] | keep if uhrswork >= 30 |
: | 83 [+] | gen annual_hours = numweeks * uhrswork |
file | # | command |
---|---|---|
makedata.do: | 116 [+] | qui keep if uniform() < 0.20 |
: | 121 [+] | qui keep if uniform() < 0.15 |
t1_boot_breakdown.do: | 19 [+] | generate sort_order = uniform() |
: | 102 [+] | gen my_uniform = uniform() |
t2_mcloop.do: | 67 [+] | gen sortvar = uniform() |
: | 165 [+] | gen my_uniform = uniform() |
t3_data_setup.do: | 11 [+] | generate sort_order = uniform() |
t3_ols.do: | 147 [+] | gen my_uniform = uniform() |
t4_mcloop.do: | 67 [+] | gen sortvar = uniform() |
: | 185 [+] | gen my_uniform = uniform() |
table1.do: | 22 [+] | generate sort_order = uniform() |
file | # | command |
---|---|---|
cgmreg.ado: | 419 [+] | program define unique |
file | # | command |
---|---|---|
cgmreg.ado: | 435 [+] | di in gr "Number of unique values of `varlist' is " in ye _result(18) |
: | 462 [+] | di in blu "variable `generate' contains number of unique values of `varlist' by `by'" |
file | # | command |
---|---|---|
set_directory_macros.do: | 8 [+] | if "$S_OS" == "Unix" { |
file | # | command |
---|---|---|
cgmreg.ado: | 115 [+] | di " -> Removing string 'robust' from your options line: it's unnecessary as an option," |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 176 [+] | local upper = `main_t' + 0.04 |
file | # | command |
---|---|---|
cgmreg.ado: | 369 [+] | di " (If you don't want this behavior, use the 'noeigenfix' option," |
file | # | command |
---|---|---|
cgmreg.ado: | 271 [+] | di " Because you used the -noeigenfix- option, -cgmreg- must end." |
file | # | command |
---|---|---|
t2_display.do: | 85 [+] | di "Using: `sourcedata'" |
t2_mcloop.do: | 32 [+] | di "Using data from `sourcedata'" |
file | # | command |
---|---|---|
t2_mcloop.do: | 81 [+] | merge 1:m statefip using "`sourcedata'" , |
t4_mcloop.do: | 81 [+] | merge 1:m statefip using "`sourcedata'" , |