obs_data_to_rt_lists: Disassemble an Observed Data set

View source: R/core_dm.R

obs_data_to_rt_listsR 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 column matching b_coding

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


dRiftDM documentation built on April 3, 2025, 7:48 p.m.