Learn R Programming

SemNetCleaner (version 1.1.5)

bin2resp: Binary Responses to Character Responses

Description

Converts the binary response matrix into characters for each participant

Usage

bin2resp(rmat, to.data.frame = FALSE)

Arguments

rmat

Binary matrix. A binarized response matrix of verbal fluency or linguistic data

to.data.frame

Boolean. Should output be a data frame where participants are columns? Defaults to FALSE. Set to TRUE to convert output to data frame

Value

A list containing objects for each participant and their responses

Examples

Run this code
# NOT RUN {
# Toy example
raw <- open.animals[c(1:10),-c(1:3)]

# Clean and prepocess data
clean <- textcleaner(raw, partBY = "row", dictionary = "animals")

# Change binary response matrix to word response matrix
charmat <- bin2resp(clean$binary)

# }

Run the code above in your browser using DataLab