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 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


[Package dRiftDM version 0.2.2 Index]