Hi everyone,
I am working with a longitudinal data set (four waves). I tried reshaping the important variables with this command:
Code:
reshape long part wave alter exkind anzkind wekind hheink aee_oecd ///
help sum_helpfromchildren srh numphy cesd partner isced, ///
i(fallnum) j(year, string)
For most variables, this command has worked perfectly. However, some variables (isced, hheink, aee_oecd) do not reshape correctly. The values for the first two waves are transfered correctly. Yet, the values for the last two waves are not transfered at all (no observations).
I would be greatful for any tips!
Kind Regards,
Lisa
I am working with a longitudinal data set (four waves). I tried reshaping the important variables with this command:
Code:
reshape long part wave alter exkind anzkind wekind hheink aee_oecd ///
help sum_helpfromchildren srh numphy cesd partner isced, ///
i(fallnum) j(year, string)
For most variables, this command has worked perfectly. However, some variables (isced, hheink, aee_oecd) do not reshape correctly. The values for the first two waves are transfered correctly. Yet, the values for the last two waves are not transfered at all (no observations).
I would be greatful for any tips!
Kind Regards,
Lisa
Comment