Links to step and bio parents

Hi!

I’m trying to create a variable identifying stepparents. I’m starting with the earlier data 2007-2020 and using pemomtyp/pedadtyp and pelnmom/pelndad.

The issue I’m seeing is that many times the person line number on pelnmom and pelndad seem to be wrong. For instance the pelnmom will have the linenum of a man, not a woman, in the household. This seems to happen a lot, for both step and bio parents. Is there any way to check/correct for these issues?

Thank you!

Make sure you are referring to the variable LINENO_CPS8 to identify each parent. PELNMOM and PELNDAD both refer to the line number reported in LINENO_CPS8, and not PERNUM.

If you are still seeing issues even when using LINENO_CPS8, you might also look into how PELNMOM/PELNDAD are reported. These two variables are reported as is and may need additional cleaning by researchers. In particular, when a child resides with one biological parent and that parent’s cohabiting partner, the child is usually reported to live with only one parent. Researchers can use information on the father’s cohabiting partner (PECOHAB) to identify those cohabiting stepmothers who are not included in PELNMOM. Married stepmothers are always identified by PELNMOM.

I believe you are aware of the IPUMS-constructed family pointer variables MOMLOC and POPLOC. See also MOMRULE and POPRULE. You may find these useful as alternatives or complements to PELNMOM/PELNDAD.

Thank you, Isabel! Using lineno_cps8 fixed the discrepancies I was seeing.