non_eligible_participants_f: Identify participants to be excluded

Description Usage Arguments Details Value

Description

Exclude all participants with the Step 1 ("participant-level") exclusion criteria:

(i)

not monolingual English speakers

(ii)

did not use appropriate audio equipment for the study

(iii)

reported high familiarity with accent

(iv)

subjects whose mean RT in any block was > 3 SDs from Condition mean

(v)

subjects who had a mean RT in any block < 200 ms

Usage

1
non_eligible_participants_f(df, duplicate_turkers, newsurvey = TRUE)

Arguments

duplicate_turkers

a data frame of duplicate participants

newsurvey

a boolean that is TRUE when the data frame has the updated survey questions

d

a data frame (pre-processed by pupilr)

Details

This corresponds to running non_eligible_step1_f, non_eligible_cheaters_f, and non_eligible_step2_f, one after the other.

NOTE: We did not exclude participants based on mean RTs in the practice block, whereas our previous work had. Additionally, our previous work did not exclude participants with block means < 200ms
NOTE: We did NOT exclude participants for reasons 1-4 before calculating the standard deviation for reason 5

Value

a data frame of workers who need to be excluded, with reasons for exclusion


burchill/pupilr documentation built on May 22, 2019, 2:27 p.m.