I have 2 waves of data (year 1 and year 2) and I want to use the year 2 dependent variable (DV), with the year 1 independent variables (IV's).
How do I separate these out?
I currently I have run the following
encode started, generate (wave)
replace wave = 1 in 1/411
replace wave = 2 in 412/764
tab wave, gen(wave_)
So now I have 2 waves, but I don't know how to pick the wave 1 IVS and wave 2 DV
Thank you for your input
Kind Regards.
Thomas
How do I separate these out?
I currently I have run the following
encode started, generate (wave)
replace wave = 1 in 1/411
replace wave = 2 in 412/764
tab wave, gen(wave_)
So now I have 2 waves, but I don't know how to pick the wave 1 IVS and wave 2 DV
Thank you for your input
Kind Regards.
Thomas
Comment