Displaying 1 result from an estimated 1 matches for "noreduct".
Did you mean:
norect
2010 Jul 20
3
If help
Hi Y'all,
I have some data in a table with 2 columns. There are two values: "Reduction" and "No Reduction. " I am trying to make a new variable change which recode the combinations from column 1 and 2 into a single number. Here is a snippet from the table:
[1,] "NoReduction" "NoReduction"
[2,] "Reduction" "Reduction"
[3,] "NoReduction" "NoReduction"
[4,] "NoReduction" "NoReduction"
[5,] "Reduction" "Reduc...