U.S. flag

An official website of the United States government

Skip Header


2014 Panel Wave 3: "Other Support Paid” Universe

In 2014 Panel Wave 3 data, 3,050 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 Panel Wave 3, 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
Is this page helpful?
Thumbs Up Image Yes Thumbs Down Image No
NO THANKS
255 characters maximum 255 characters maximum reached
Thank you for your feedback.
Comments or suggestions?

Top

Back to Header