stopsignal | R Documentation |
A classical test on inhibition skills. The index calculation is now based on https://doi.org/10.7554/eLife.46323.
stopsignal(data, .by = NULL, .input = NULL, .extra = NULL)
data |
Raw data of class |
.by |
The column name(s) in |
.input , .extra |
Each is a |
A tibble with the following variables:
pc_all |
Percent of correct for all the responses. |
pc_go |
Percent of correct for the go trials only. |
pc_stop |
Percent of correct for the stop trials only. |
rt_nth |
Percentile go reaction time (ms) based on |
mean_ssd |
Mean of stop signal delay (ms). |
ssrt |
Stop signal reaction time (ms). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.