2014 Panel Wave 2: "Other Support Paid” Universe

In 2014 Panel Wave 2 data, 3,359 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 2014 Wave 2 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 - February 8, 2023