Jeff and Austin,
Thank you for your replies, they answered my question.
Maarten
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
-----Original Message-----
From: [email protected] [mailto:[email protected]]On Behalf Of Austin Nichols
Sent: donderdag 22 maart 2007 2:32
To: [email protected]
Subject: Re: st: unabcmd
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/
*
* 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/