Takes a data.frame with columns RT, Cond, and column matching with
b_coding, and disassembles it into a list of rts
obs_data_to_rt_lists(obs_data, b_coding = NULL)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
a data.frame wth columns RT, Cond, and column matching
b_coding
a boundary coding list (see b_coding)
performs checks on b_coding (check_b_coding) and checks/reduces
obs_data (check_reduce_raw_data) before disassembling the data
set.