Maarten--
Try -which reg- and you will see that reg.ado is a wrapper for regress
(similar is true for -mlog- and -mlogit-):
*! version 1.0.1 23oct2004
program reg, eclass byable(onecall) prop(svyb svyj svyr)
if _by() {
local by "by `_byvars'`_byrc0':"
}
`by' regress `0'
end
exit
On 3/21/07, Maarten buis <[email protected]> wrote:
I am having some trouble with -unabcmd-. The help-file of -unabcmd-
states that: ``If commandname_or_abbreviation is a valid command,
unabcmd returns in local r(cmd) the unabbreviated name.'' However, the
example below seems to show that that isn't the case for -reg- (short
for -regress-). The same is true for -mlog- (short for -mlogit-).
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/