I have an ordinal variable with the following categories
very favorable (1) somewhat favorable (2) somewhat unfavorable (3) very unfavorable (4) don't know (8) refuse to answer (9)
I want my output binary variable to display:
favorable (1) unfavorable (0)
I want to do that by grouping together "very favorable" and "somewhat favorable" to the new "favorable" outcome coded in "1" and also group together "very unfavorable" and "somewhat favorable" to new outcome "unfavorable coded as "0".
So basically I want to turn "1" = "1" and "2" = "1" then "3" = "0" and "4" = "0"