Description Usage Arguments Value Examples
View source: R/postprocess_EngDec.R
For English Decision/Novel Label Sorting in fʌn.nɔlɛdʒi Exp. 1.1 (KS Dissertation) and DegPhon (CM Capstone)
1 | postprocess_EngDec(filename, order, group)
|
filename |
The Psychopy Output File. Should be a string (with ”) with a .csv extension. Must be written with correct participant label conventions (e.g. DegPhon_Subject #_ED_L#) |
order |
The order that was assigned to the participant. This must be numeric. |
group |
A string that indicates a group distinction (for example, group can be age or whether the participant is a child or adult) |
cleaned data for an individual participant to be added to larger data frame and accuracy based on the individual list.
1 2 | postprocess_EngDec('DegPhon_001_ED_L1_english_decision_2019_Feb_07_1038.csv')
postprocess_EngDec(file.choose()) # Use this for ease to pick out the file you want to use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.