Skip to content

Commit dcf9cbb

Browse files
committed
added mcs merge across sweeps
1 parent 9d6429e commit dcf9cbb

File tree

6 files changed

+921
-3
lines changed

6 files changed

+921
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ vendor/
1919

2020
# Ignore R environment
2121
.Renviron
22+
scripts

docs/mcs-data_structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ As the MCS contains some twin and triplet families, each parent may report on mu
9494
| ... | ... | ... | ... | ... |
9595

9696

97-
A helpful variable when using the `mcs[1-7]_parent_cm_interview.dta` file is `[A-G]ELIG00`. This records the type of interview the parent completed - either "main interview" or "partner interview". The main interview is longer than the partner interview. Accordingly, some variables in `mcs[1-7]_parent_cm_interview.dta` may only be reported by one parent. For instance, in Wave 1, birth weight was recorded from main interviews only. Different people may answer the main or partner interviews over time - a parent may answer the main interview in one sweep and the partner interview in another, or a caregiver may leave the household and be replaced by another person. Therefore, while `[A-G]ELIG00` can be used to merge data across sweep (e.g., merge main parent interviews together), it is not a persistent identifer for a specific individual. `[A-G]PNUM00` can be retained in this case so that individual respondents can still be identified post-merge.
97+
A helpful variable when using the `mcs[1-7]_parent_cm_interview.dta` file is `[A-G]ELIG00`. This records the type of interview the parent completed - either "main interview" or "partner interview". The main interview is longer than the partner interview. Accordingly, some variables in `mcs[1-7]_parent_cm_interview.dta` may only be reported by one parent. For instance, in Wave 1, birth weight was recorded from main interviews only. Different people may answer the main or partner interviews over time - a parent may answer the main interview in one sweep and the partner interview in another, or a caregiver may leave the household and be replaced by another person. Therefore, while `[A-G]ELIG00` can be used to merge data across sweep (e.g., merge main parent interviews together), it is not a persistent identifier for a specific individual. `[A-G]PNUM00` can be retained in this case so that individual respondents can still be identified post-merge. (Note, `mcs[1-7]_parent_cm_interview.dta` appears in all `mcs[1-7]_parent_*.dta` files).
9898

9999
# `mcs[1-7]_hhgrid.dta`
100100

0 commit comments

Comments
 (0)