convert2snafu: Converts 'textcleaner' object to a SNAFU GUI format

convert2snafuR Documentation

Converts textcleaner object to a SNAFU GUI format

Description

Converts textcleaner object to a SNAFU GUI format (only works for fluency data)

Usage

convert2snafu(..., category)

Arguments

...

Matrix or data frame. A clean response matrices

category

Character. Category of verbal fluency data

Details

The format of the file has 7 columns:

  • idDefaults to the row names of the inputted data

  • listnumThe list number for the fluency category. Defaults to 0. Future implementations will allow more lists

  • categoryThe verbal fluency category that is input into the category argument

  • itemThe verbal fluency responses for every participant

  • RTResponse time. Currently not implemented. Defaults to 0

  • RTstartStart of response time. Currently not implemented. Defaults to 0

  • groupNames of groups. Defaults to the names of the objects input into the function (...)

Value

A .csv file formatted for SNAFU

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

References

# 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

Examples

# Convert data to SNAFU
if(interactive())
{convert2snafu(open.clean, category = "animals")}


AlexChristensen/SemNetCleaner documentation built on June 29, 2022, 6:44 a.m.