iat_flagSpeed: Flag subjects for excessive speed

Description Usage Arguments Value

View source: R/IAT.R View source: R/iat.flag.R

Description

Flag subjects for excessive speed

Flag subjects for excessive speed

Usage

1
2
3
iat_flagSpeed(df, threshold = 0.3, criterion = 0.1)

iat_flagSpeed(df, threshold = 0.3, criterion = 0.1)

Arguments

df

dataframe containing columns subject, pairing, and latency

threshold

value (in seconds) to assess as a speed threshold (i.e. trials under 300ms)

criterion

value (as proportion) above which to flag a subject for discard, i.e. .10 of trials under 300ms

df

dataframe containing columns subject, pairing, and latency

threshold

value (in seconds) to assess as a speed threshold (i.e. trials under 300ms)

criterion

value (as proportion) above which to flag a subject for discard, i.e. .10 of trials under 300ms

Value

a vector of subjects, proportion under threshold, and flag (logical)

a vector of subjects, proportion under threshold, and flag (logical)


michaelpmcdonald/noggin documentation built on May 22, 2019, 9:52 p.m.