Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: how to get hold of the observations used in xtreg, fe


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   Re: st: how to get hold of the observations used in xtreg, fe
Date   Fri, 25 Jan 2008 08:15:26 -0500

Jessica �lschl�ger <[email protected]> :

You are -list-ing the single observations, but you are listing so many
variables it breaks onto many hundreds or thousands of lines.  Try

list year gwgdpvdpc if e(sample)

to see one or two variables, or

brow if e(sample)

to see all vars in a spreadsheet, or

brow gwgdpvdpc  `x' year if e(sample)

to see your whole estimation sample.


On Jan 25, 2008 4:50 AM, Jessica �lschl�ger
<[email protected]> wrote:
> This works very well, I get:
>
> count if e(sample)
>   53
>
>
> But why doesn't it work the other way?
> It actually doesn't work for me - I've tried it several times.
>
> Is there a way, to list the single observations with your method?
>
> Regards
> Jessica
>

*
*   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/



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