exclude_rt: Exclude RT outliers

Description Usage Arguments Details Value

View source: R/psy.phd.R

Description

Exclude RT outliers.

Usage

1
exclude_rt(df, fast = 50, slow = 3)

Arguments

df

data frame Must contain columns p, rt

fast

numeric Fast RTs

slow

numeric Standard deviation of slow RTs

Details

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.

Value

List of data frames


earcanal/psy.phd documentation built on Aug. 6, 2021, 2:12 p.m.