Description Usage Arguments Details Value
Exclude RT outliers.
1 | exclude_rt(df, fast = 50, slow = 3)
|
df |
data frame Must contain columns p, rt |
fast |
numeric Fast RTs |
slow |
numeric Standard deviation of slow RTs |
Returns a list of data frames with keys, 'ok', 'too_fast', and 'too_slow', which contain rows from df where the RT met the inclusion critera, was too fast, or too slow respectively.
List of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.