powered by
Merge a column of binarized response data with another
converge(rmat, word, replace)
A textcleaner filtered response matrix
The column name that will incoporate the replace column's binarized responses (must be characters)
The column name that should be merged with the word column (must be characters)
The response matrix with the word column merged and the replace column removed
# NOT RUN { #converge "kitten" into response of "cat" rmat <- converge(rmat,"cat","kitten") # }
Run the code above in your browser using DataLab