correct.changes {SemNetCleaner} | R Documentation |
Correct Changes from textcleaner
Description
A function that corrects changes that were made
automatically by textcleaner
Usage
correct.changes(textcleaner.obj)
Arguments
textcleaner.obj |
Object from |
Value
This function returns the corrected lists from textcleaner
s:
binary |
A matrix of responses where each row represents a participant
and each column represents a unique response. A response that a participant has provided is a ' |
responses |
A list containing two objects:
|
spellcheck |
A list containing three objects:
|
removed |
A list containing two objects:
|
partChanges |
A list where each participant is a list index with each
response that was been changed. Participants are identified by their ID (see argument |
Author(s)
Alexander Christensen <alexpaulchristensen@gmail.com>
Examples
# Toy example
raw <- open.animals[c(1:10),-c(1:3)]
if(interactive())
{
#Full test
clean <- textcleaner(open.animals[,-c(1,2)], partBY = "row", dictionary = "animals")
}