obs_data_to_rt_lists | R Documentation |
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)
obs_data |
a data.frame wth columns RT, Cond, and |
b_coding |
a boundary coding list (see b_coding) |
performs checks on b_coding
(check_b_coding) and
obs_data
(check_raw_data) before disassembling the data set.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.