Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

st: a question on sample after xtabond command


From   Le Manh Duc <[email protected]>
To   [email protected]
Subject   st: a question on sample after xtabond command
Date   Wed, 23 Jun 2010 20:27:50 +0800

Hi all,

I ran a dynamic panel data model using xtabond command on a unbalanced
panel. I got a result with 7395 obs of 1568 groups.

Now I want to produce a correlation table of the variable in my model
using if e(sample). However, I get a correlation table with 9315 obs.
Why the number of obs from e(sample) is different from the one I got
before (7395 obs) ?

The command as below:

*****

xtabond tecdiv L.firmsize L.rdint L.adsint L.capint L.leverage
L.current L.new_q north_america dyear1990-dyear2000 if year>=1989 &
year<=2000, endogenous(Lpdiv, lag(1,.)) endogenous(Lpdiv_sq, lag(1,.))
twostep vce(robust)

corr tecdiv L.firmsize L.rdint L.adsint L.capint L.leverage L.current
L.new_q north_america dyear1990-dyear2000 Lpdiv Lpdiv_sq if e(sample)

*****

Could you give me some suggestion?

Regards,
Duc
*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index