An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
In 2021 SIPP data, 5,553 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 2021 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;
Share
Top