Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: xi command noomit option


From   Steven Samuels <[email protected]>
To   [email protected]
Subject   Re: st: xi command noomit option
Date   Sun, 14 Dec 2008 10:16:53 -0500

Aside from Kit's question, the following code will show what the difference is.

sysuse auto, clear
xi, noomit: reg mpg i.rep78, nocons
xi: reg mpg i.rep78, nocons

Contrary to your experience with -dv-, whatever that is, the second statement *does* drop a dummy.

-Steve

On Dec 14, 2008, at 9:19 AM, Kit Baum wrote:

Jimmy wrote

Both the following regressions yield no-constant results without
dropping any dummies, but the p values are different for some of the
dummy variables:

xi, noomit: dv iv i.dummies, nocon
xi: dv iv i.dummies, nocon

But what is the -dv- command? -findit dv- finds naught.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index