Dear Stata Listserv,
I’m seeking help with how to lag variables in a three-level mixed effects model using the mixed command. Level 1 is individuals, level 2 is the country-year, and level 3 is the country.
Before my current project, I was working with country-year (pooled time-series) data, using the mixed command. With these data, it was a simple matter to xtset the data <xtset country year> and then use the L. operator to lag any time-varying variables. More recently, however, I merged in individual-level data from the World Values Survey into this existing country-year dataset. So the basic unit of analysis is now the individual person (nested within survey years, nested within countries). With the individual-level data merged in, Stata (version 15) is no longer allowing me to xtset the data, so I can’t use the L. operator. However, I still want to lag my country-level time-varying variables by one year or more. How can I do that?
Thanks a lot,
Louisa
Related Posts with How to Lag Variables in a Three-Level Mixed Effects Model
How to drop the duplicates with the fewest missing values?I have duplicates that share values, but some are missing. I would like to keep the observation of e…
Fractional response model with binary endogenous explanatory variableHello everyone, As the title mention, I have an endogenous explanatory variable, which happens to be…
command window (display actual commands not temp commands)Hi there When I run commands from a do file, the command window displays the commands a "temp" comma…
Keep specific rows in a variableHello, I have a dataset with two variables: time and title. Title refers to some headline news -- t…
Generating a variable that is gives average score based on 'yes' responses on a bunch of variablesHello experts, I have been facing a challenge in producing an output that is based on average score…
Subscribe to:
Post Comments (Atom)
0 Response to How to Lag Variables in a Three-Level Mixed Effects Model
Post a Comment