calc_spd_acc | R Documentation |
This function calculates reaction time and accuracy scores, which are very basic to most tests.
calc_spd_acc(
data,
...,
by = NULL,
name_acc = "acc",
name_rt = "rt",
rt_rm_out = TRUE,
rt_unit = c("ms", "s")
)
data |
Raw data of class |
... |
Other arguments passed to |
by |
The column name(s) in |
name_acc |
The column name of the |
name_rt |
The column name of the |
rt_rm_out |
A logical value indicating if outliers should be removed from reaction time. |
rt_unit |
The unit of response time in |
A major part of behavior tests is the speed and accuracy metrics, which are actually the only ones that any test collects. Based on these two metrics, two basic groups of scores can be obtained. The first group contains the mean and standard deviations of response times the number, and the second contains the number and percent of correct responses.
A tibble contains the required scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.