Howdy,
In the 1990 Census, there appear to be cases of households with a married HH head, the HHhead’s spouse, and then an unmarried partner. Is this correct / faithful to the raw data? I count about 3,600 HH’s that have this feature. Below are three examples (1 with a spouse, 2 without).
Thank you!
–Luke
Example #1: Serial==2876; numprec==4
pernum==1 : age(50), marst(1), sex(1), related(Head)
pernum==2 : age(47), marst(1), sex(2), related(Spouse)
pernum==3 : age(23), marst(6), sex(1), related(Child)
pernum==4 : age(20), marst(6), sex(2), related(Unmarried Partner)
→ To me, I would expect pernum(4) to be the partner of pernum(2).
Example #2: Serial==4278; numprec==4
pernum==1 : age(30), marst(1), sex(1), related(Head)
pernum==2 : age(4), marst(6), sex(2), related(Child)
pernum==3 : age(3), marst(6), sex(1), related(Child)
pernum==4 : age(31), marst(1), sex(2), related(Unmarried Partner)
→ To me, I would expect that pernum(4) should be the spouse of pernum(1).
Example #3: Serial==7840; numprec==2
pernum==1 : age(45), marst(1), sex(1), related(Head)
pernum==2 : age(37), marst(1), sex(2), related(Unmarried Partner)
→ To me, I would expect that pernum(2) should be the spouse of pernum(1).
— EDITS:
I put “relate” but really the variable was “related”