|
V06P753x (SUMMARY: MAN OR WOMAN REPUBLICAN IN CONGRESS BETTER ON CRIME) is
constructed incorrectly; it can be built using the following recode:
if V06P751 eq 1 and V06P752=1 then V06P753x = 1 ;
if V06P751 eq 1 and V06P752 in(2,8,9) then V06P753x = 2 ;
if V06P751 eq 1 and V06P752 eq 3 then V06P753x = 3 ;
if V06P751 eq 3 then V06P753x = 4 ;
if V06P751 eq 2 and V06P752 eq 3 then V06P753x = 5 ;
if V06P751 eq 2 and V06P752 in(2,8,9) then V06P753x = 6 ;
if V06P751 eq 2 and V06P752 eq 1 then V06P753x = 7 ;
if V06P751 eq 8 then V06P753x = 8 ;
if V06P751 eq 9 then V06P753x = 9 ;
|