Learn R Programming

SemNetCleaner (version 0.9.9)

autoConverge: Autmated Converge Responses

Description

Automated converge function merging of columns of binarized response data with another

Usage

autoConverge(rmat)

Arguments

rmat

A textcleaner filtered response matrix

Value

A list containing four objects:

rmat

A response matrix that has had responses converged

converged

A matrix of responses showing the original response (from) and the response that replaced it (to). If response was not converged, then it stays the same

changed

A matrix of responses that were changed. The original response (from) and the response that replaced it (to). If responses were removed, then <NA> is displayed

participant

A list of each response with each participant affected

Examples

Run this code
# NOT RUN {
#text cleaned
clean <- textcleaner(rmat)

#Automated converge
convmat <- autoConverge(clean)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab