obs_data_to_rt_lists {dRiftDM} | R Documentation |
Disassemble an Observed Data set
Description
Takes a data.frame with columns RT, Cond, and column
matching with
b_coding, and disassembles it into a list of rts
Usage
obs_data_to_rt_lists(obs_data, b_coding = NULL)
Arguments
obs_data |
a data.frame wth columns RT, Cond, and |
b_coding |
a boundary coding list (see b_coding) |
Details
performs checks on b_coding
(check_b_coding) and
obs_data
(check_raw_data) before disassembling the data set.
Value
a list of rts with entries
rts_u -> containing a list of numeric vectors, with names according to the values in Cond
rts_l -> containing a list of numeric vectors, with names according to the values in Cond
[Package dRiftDM version 0.2.2 Index]