Corrections to variables Q171- Q173, Q175, Q438 and Q439 for six respondents

Related Data Product : 

Due to corrections made based on respondent comments, the following data correction statements need to be applied to the 2018 Final Core Section Q_H data.

Using the following SAS code as an example, please make these changes to your files.

if hhid = '142813' and qsubhh = '1' then do; QQ172_1 = .; QQ173_1 = .; end;

if hhid = '911243' and qsubhh = '0' then do; QQ171_1 = .; QQ175_1 = .; QQ177_1 = .; end;

if hhid = '180356' and qsubhh = '0' then do; QQ438 = .; QQ439 = .; end;

if hhid = '524215' and qsubhh = '2' then do; QQ438 = .; QQ439 = .; end;

if hhid = '540682' and qsubhh = '0' then do; QQ438 = .; QQ439 = .; end;

if hhid = '545361' and qsubhh = '0' then do; QQ438 = .; QQ439 = .; end;

run;

Loading