Dataversion
v41eu
Data Set
biopupil, youthl, bioparen
Please describe your problem
Dear team,
I am currently merging three SOEP datasets:
-
First dataset- biopupil: Mental health variables (Strengths and Difficulties Questionnaire, SDQ) and school grades measured at age 12.
-
Second dataset - youthl: Educational outcomes measured at age 17.
-
Third dataset - bioparen: Parental education and other family background information.
My research question: What is the association between mental health at age 12 and educational outcomes at age 17?
I’m writing with three questions:
- Could you please let me know whether using these three datasets together makes sense for this analysis? Should any dataset be replaced?
- After merging the first two datasets (biopupil and youthl), I noticed that the sample size decreases by more than 60%. Does this level of attrition seem reasonable, or could it indicate an issue with my merging procedure?
- When I merge all three datasets, I find that only 65 additional observations are kept in 2006, while the entire 2007 birth cohort disappears. This makes me wonder whether bioparen is comprehensive for these cohorts, or whether there are differences in coverage that I should be aware of.
I would greatly appreciate any advice or suggestions.
Best regards,
Derrick
_________________________
For reference, the birth year distributions are as follows:
# age 12 sample
> table(data_select$birthy)
2002 2003 2004 2005 2006 2007
606 608 563 643 628 742
# after merging first and second datasets:
> table(merged_data_2_final$birthy)
2002 2003 2004 2005 2006 2007
305 333 219 202 160 210
# after merging all three datasets:
>table(merged_data_2_final_withparent$birthy)
2002 2003 2004 2005 2006
305 333 219 202 65