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: RE: stata generated wrong lagged values for mi data


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: stata generated wrong lagged values for mi data
Date   Thu, 3 Jun 2010 00:29:58 +0200

<>

BTW, Junqing, listers would certainly like to hear from you how the lagged
values are "wrong". It could mean different things to different people, so
you should give an example of what it is that bothers you about them. In my
example, everything seems normal:

***
clear*
set obs 100
//id
gen id=_n
//expand to # of time periods
expand 10
bys id: gen time=_n
gen x=rnormal()
compress
mi set wide
mi tsset id time
by id: gen lagx=l.x
l in 1/50, sepby(id) 
***


HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Mittwoch, 2. Juni 2010 23:43
To: [email protected]
Subject: st: stata generated wrong lagged values for mi data

My data is panel data in mi format. I used the following syntax to
generate several lagged varaibles(one time point lag) one by one:

mi tsset ID time
sort ID time
by ID, gen lagx=l.x

But i found that the generaged lagged values of panels were wrong. How i
may fix it? Thanks a lot.

Junqing


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

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