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]
RE: st: lags with multiply imputed panel data
From
"Nick Cox" <[email protected]>
To
<[email protected]>
Subject
RE: st: lags with multiply imputed panel data
Date
Mon, 1 Mar 2010 14:57:06 -0000
If L. "does not work", whatever that means precisely, then what this
yields is a beast of unpredictable shape.
Better to set the time variable to something appropriate, and let any
missings in those terms be explicit.
Nick
[email protected]
Johan Hellstrom
If the L. prefix does not work, you can see if creating your lagged
treatment variable manually will help:
bysort idnum (wave): gen lag_ratecata1=ratecata1[_n-1]
*
* 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/