Exclude participants with suspiciously fast mean reaction times
filter_fast_responders.RdRemoves participants whose mean reaction time falls below a threshold, which is used as a heuristic for detecting random or inattentive responding. The comparison is performed on the log scale so that the threshold is applied uniformly regardless of RT distribution skew.
Arguments
- d
Data frame with columns
worker_idandrt.rtwill be coerced to numeric viaas.numeric; non-numeric values becomeNAand are excluded from the mean.- min_mean_rt_ms
Numeric. Minimum mean RT in milliseconds. Participants with
mean(rt) < min_mean_rt_msare removed. Default:1000.