Usage
Pretreatment(IATdata, label_subject = "subject", label_latency = "latency", label_accuracy = "correct", label_block = "blockcode", block_pair1 = c("pair1_left", "pair1_right"), block_pair2 = c("pair2_left", "pair2_right"), label_trial = NA, trial_left = NA, trial_right = NA, label_praccrit=NA, block_prac=NA, block_crit=NA, label_stimulus=NA)
Arguments
IATdata
The input dataframe. I consider the the output of the IAT implemented in Inquisit (a row by trial). Only 7 columns are important for computation.
- a column with subject numbers
- a column with latencies
- a column with accuracy (1 = correct, 0 = incorrect)
- a column including the block codes, i.e. one or more strings that describe the kind of block (e.g., "compatible" vs. "incompatible")
- a column including the trial codes, i.e. one or more strings that describe the kind of trial (e.g., "response_left" vs. "response_right")
- a column including information about which are the practice and which the critical combined categorization blocks.
- a column with the original stimuli (optional)
label_subject
String. Name of the column in IATdata
with the subject numbers
label_latency
String. Name of the column in IATdata
with the latecies
label_accuracy
String. Name of the column in IATdata
with the accuracy
label_block
String. Name of the column in IATdata
with the block names
block_pair1
Vector of strings. Elements of the column indicated in label_block
that correspond the one of the critical blocks of the IAT
block_pair2
Vector of strings. Elements of the column indicated in label_block
that correspond the the other critical block of the IAT (with respect to the one indicated by block_pair1
)
label_trial
String (optional). Name of the column in IATdata
with the trial names
trial_left
Vector of strings(optional). Elements of the column indicated in label_trial
that correspond to trials that required to to press the left button to give the correct response.
trial_right
Vector of strings(optional). Elements of the column indicated in label_trial
that correspond to trials that required to to press the right button to give the correct response.
label_praccrit
String (optional). The column in which the information about practice and critical trials is stored.
block_prac
Vector of strings (optional). The elements of the column indicated in label_praccrit
that correspond to the practice combined blocks
block_crit
Vector of strings (optional). The elements of the column indicated in label_praccrit
that correspond to the critical combined blocks
label_stimulus
(optional) The variable name in IATdata
that keeps information about the stimulus presented in each trial