CPS 2021 Virtual Summer Data Workshop Materials
Day 1 Presentations
Day 2 Presentations
Day 3 Presentations
CPS Linking Exercises
Answer Keys are found at the end of the exercises. These Stata syntax tips may be helpful.
- Linking Possibilities
- Time in the CPS
- Linking ASEC to BMS, Part I
- Linking Validation
- Linking ASEC to BMS, Part II
- Gross Flows Analysis
- Linking with Outgoing Rotation Groups
Stata Syntax
These Stata do files represent one way of arriving at the answers to the exercises above.
- Linking Possibilities
- Time in the CPS
- Linking ASEC to BMS, Part I
- Linking Validation (part I)
- Linking Validation (part II)
- Linking ASEC to BMS, Part II
- Gross Flows Analysis
- Linking with Outgoing Rotation Groups
Some of these call on external linking validation code. As mentioned in the exercises, this code implements strict validation requirements, requiring SEX and RACE to match exactly and for AGE to change in expected ways across all observations.
R Code
These R scripts represent one way of arriving at the answers to the first three exercises above. We plan to update this section with more R code in the future.