census.gov Notification
Due to the lapse of federal funding, portions of this website are not being updated. Any inquiries submitted via www.census.gov will not be answered until appropriations are enacted.

2019 SIPP: “Other Support Paid” Universe

In 2019 SIPP data, 3,953 respondents (all adults age 15 and over) are incorrectly set out-of-universe for the “Other Support Paid” variables. These errors will be corrected in 2022 SIPP. To correct this error in the 2019 SIPP, please apply the following pseudocode:

 

if RIN_UNIV =1 and TAGE_EHC>=15 and (EOTHSUPRT1YN=1 or EOTHSUPRT2YN=1 or EOTHSUPRT3YN=1 or EOTHSUPRT4YN=1 or EOTHSUPRT5YN=1) then EOTHSUPRT6YN=2;

 

if RIN_UNIV =1 and TAGE_EHC>=15 and EOTHSUPRT1YN~=1 then       EOTHSUPRT1YN=2;

if RIN_UNIV =1 and TAGE_EHC>=15 and EOTHSUPRT2YN~=1 then   EOTHSUPRT2YN=2;

if RIN_UNIV =1 and TAGE_EHC>=15 and EOTHSUPRT3YN~=1 then   EOTHSUPRT3YN=2;

if RIN_UNIV =1 and TAGE_EHC>=15 and EOTHSUPRT4YN~=1 then

 EOTHSUPRT4YN=2;

if RIN_UNIV =1 and TAGE_EHC>=15 and EOTHSUPRT5YN~=1 then   EOTHSUPRT5YN=2;

if RIN_UNIV =1 and TAGE_EHC>=15 and EOTHSUPRT6YN~=2 then   EOTHSUPRT6YN=1;

 

if RIN_UNIV =1 and TAGE_EHC>=15 and (EOTHSUPRT1YN=2 and EOTHSUPRT2YN ne 1 and EOTHSUPRT3YN=2 and EOTHSUPRT4YN=2 and EOTHSUPRT5YN=2) then EOTHSUPRT6YN=1;

Page Last Revised - January 11, 2023