convert2snafu | R Documentation |
textcleaner
object
to a SNAFU GUI formatConverts textcleaner
object
to a SNAFU GUI format (only works for fluency data)
convert2snafu(..., category)
... |
Matrix or data frame. A clean response matrices |
category |
Character. Category of verbal fluency data |
The format of the file has 7 columns:
id — Defaults to the row names of the inputted data
listnum — The list number for the fluency category. Defaults to 0. Future implementations will allow more lists
category — The verbal fluency category that is input into the
category
argument
item — The verbal fluency responses for every participant
RT — Response time. Currently not implemented. Defaults to 0
RTstart — Start of response time. Currently not implemented. Defaults to 0
group — Names of groups. Defaults to the names of the objects
input into the function (...
)
A .csv file formatted for SNAFU
Alexander Christensen <alexpaulchristensen@gmail.com>
# For SNAFU, see: Zemla, J. C., Cao, K., Mueller, K. D., & Austerweil, J. L. (2020). SNAFU: The Semantic Network and Fluency Utility. Behavior Research Methods, 1-19. https://doi.org/10.3758/s13428-019-01343-w
# Convert data to SNAFU
if(interactive())
{convert2snafu(open.clean, category = "animals")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.