check_outliers_rt | R Documentation |
Outliers Detection for response time data
check_outliers_rt(
x,
method = c("transform", "z_score", "cutoff"),
threshold = NULL
)
x |
A vector of input reaction time data. |
method |
The method used to detect outliers. If set to |
threshold |
The threshold for determining whether a value is outlier or
not. For |
A logical vector of the detected outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.