Support #175
closedOver 24K participants seem to have no waves of data
100%
Description
Hello
I'm using BHPS data and I merged xwavedat with xwaveid. Then I merged the resulting file with every wINDRESP file from a through r. In doing so, I used SPSS's "/in" command to mark whether a participant had data for a specific wave. Here is a snippet:
match files file = "c:\temp\tempx.sav"
/file = "c:\temp\tempxx.sav"
/file = "c:\temp\tempa.sav" /in=wave1
/file = "c:\temp\tempb.sav" /in=wave2
/file = "c:\temp\tempc.sav" /in=wave3
/file = "c:\temp\tempd.sav" /in=wave4
Wave1, Wave2, etc are dummy coded, so 1=yes. In theory, every participant should have had at least one wave of data. However, I only have wave-specific data for PIDs from 10002251 through 78133459. There is no wave-specific data for participants from 78133491 through 189364181, which is over half the dataset.
Are these UKPHS participants who have no BHPS data?
Thanks
Chris
Updated by Redmine Admin over 11 years ago
- Status changed from New to In Progress
- Target version set to BHPS
- % Done changed from 0 to 10
I suggest that you also check the interview outcome variables, wIVFIO and wIVFHO.
You will find responses from BHPS sample members in UKHLS from Wave 2 onwards (see w_hhorig), but not vice versa.
Jakob
Updated by Chris Martin over 11 years ago
I was able to find wIVFIO. Thank you for pointing that out. However, I'm not sure I understand how a participant could have data in the x file but not have any data in any file from a through r.
Updated by Redmine Admin over 11 years ago
There is no wave-specific data for participants from 78133491 through ...
Listing *ivfio on XWAVEID I find that pid 78133491 was a child in g, a youth respondent in h and i and an adult respondent in j and k. pid 78133491 is also represented in gINDALL, jINDRESP, kINDRESP and XWAVEDAT.
Updated by Redmine Admin over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100