Displaying 1 result from an estimated 1 matches for "qxthird".
Did you mean:
kkthird
2004 Jun 08
2
Recoding a multiple response question into a series of 1, 0 variables
...current dataframe:
The first item that a person selected is coded under a field called Qxfirst; the second selected under Qxsecond, etc. For the first Person, the NAs mean that that person only selected two of the five items.
Hypothetical data is shown
Qxfirst Qxsecond Qxthird Qxfourth Qxfifth
Person1 4 2 NA NA NA
Person2 1 3 4 5 NA
Person3 3 2 NA NA NA
3) How I want the data to be be coded:
I w...