powered by
Converts the binary response matrix into characters for each participant
bin2resp(rmat, to.data.frame = FALSE)
Binary matrix. A binarized response matrix of verbal fluency or linguistic data
Boolean. Should output be a data frame where participants are columns? Defaults to FALSE. Set to TRUE to convert output to data frame
FALSE
TRUE
A list containing objects for each participant and their responses
# NOT RUN { charmat <- bin2resp(convmat) # }
Run the code above in your browser using DataLab