powered by
Merge a column of binarized response data with another
converge(rmat, word, replace)
Binary matrix. A textcleaner filtered response matrix
Must be column name (characters). The column name (or number) that be merged into. This column will remain in the matrix
Must be column name (characters). The column name (or number) that should be merged with the word column. This column will be removed from the matrix
word
The response matrix with the word column merged and the replace column removed
replace
# NOT RUN { #converge "kitten" into response of "cat" rmat <- converge(rmat,"cat","kitten") #"cat" remains will "kitten" responses are merged into #"cat" and "kitten" is removed # }
Run the code above in your browser using DataLab