Learn R Programming

SemNetCleaner (version 0.9.9)

converge: Converge Responses

Description

Merge a column of binarized response data with another

Usage

converge(rmat, word, replace)

Arguments

rmat

A textcleaner filtered response matrix

word

The column name that will incoporate the replace column's binarized responses (must be characters)

replace

The column name that should be merged with the word column (must be characters)

Value

The response matrix with the word column merged and the replace column removed

Examples

Run this code
# NOT RUN {
#converge "kitten" into response of "cat"
rmat <- converge(rmat,"cat","kitten")

# }

Run the code above in your browser using DataLab