score_stroopDL | R Documentation |
Calculate StroopDL scores from the output of 'raw_stroopDL()'
score_stroopDL(x, scoring_method = "Last 4 Reversals", rt_cutoff = 0)
x |
dataframe |
scoring_method |
List of scoring methods to use, e.g. c("Last 4 Reversals", "Last 8 Reversals"). Passed onto score_adaptivethreshold(). The scoring method to use. Default: Last 4 Reversals. Options are: Last n Reversals (substitute n for a digit, e.g., Last 4 Reversals. This represents the median of the last n reversals); Last Trial (the value of the adaptive variable on the last trial); All Reversals (median of all reversals); Overall Median (median across all trials) |
rt_cutoff |
Optional. Criterion for cutoff of too short of reaction times. Used when calculating overall RT performance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.