Calculate various threshold scores from the output of `raw_flankerDL()` For the FlankerDL version 2, there are a few options for how to calculate the response deadline threshold. The default is to include all options. Alternatively, only specific options can be included with the threshold argument (e.g., threshold = c("Last 4 Reversals", "Last Trial)).

score_flankerDL(x)

Arguments

x

dataframe

threshold

What threshold options to include

Threshold Scores (version 2 only)

Last n Reversals: add description

Last Trial: add description

All Reversals: add description

Overall Median: add description