rt | R Documentation |
Choice Reaction Time (CRT) and Simple Reaction Time (SRT) are classical tests
of human reaction times. These functions calculates the mean and standard
deviation of reaction times. In addition, subjects can commit errors in CRT
tests, so the number of correct responses is also calculated in crt()
.
crt(data, .by = NULL, .input = NULL, .extra = NULL)
srt(data, .by = NULL, .input = NULL, .extra = NULL)
data |
Raw data of class |
.by |
The column name(s) in |
.input , .extra |
Each is a |
An object with the same class as data
contains following values:
nc |
Count of correct responses. Only for |
mrt |
Mean reaction time. |
rtsd |
Standard deviation of reaction times. |
ies |
Inverse efficiency score. Only for |
rcs |
Rate correct score. Only for |
lisas |
Linear integrated speed-accuracy score. Only for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.