|  |  | 
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
RE: st: Avplot and xtreg
Scott and Dave, 
Thank you for your suggestions!
Juanita
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Wednesday, September 13, 2006 1:07 PM
To: [email protected]
Subject: Re: st: Avplot and xtreg
In addition, you could use -twoway function-
For example
sysuse auto,clear
qui xtreg mpg gear, i(fore) fe
qui sum gear
twoway function y = _b[_cons] + _b[gear_ratio]*x, ///  range(`=r(min)'
`=r(max)') || scatter mpg gear
Scott
----- Original Message -----
From: David Jacobs <[email protected]>
Date: Wednesday, September 13, 2006 10:49 am
Subject: Re: st: Avplot and xtreg
To: [email protected]
> Since you are running a fixed-effects model, estimate with regress but
> include the case (and time?) dummies.  After regress avplot should 
> work.
> 
> Dave Jacobs
> 
>
*
*   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/