check_raw_data {dRiftDM}R Documentation

Check the Observed Data

Description

Checks a data set that is considered an "observed data set". Used in the internals of dRiftDM.

Usage

check_raw_data(obs_data, b_coding_column, u_value, l_value)

Arguments

obs_data

a data.frame

b_coding_column

a single string, indicating which column of obs_data indicates how each RT corresponds to the boundaries.

u_value, l_value

the value within the b_coding_column column that specifies the upper/lower boundary

Details

Checks:

Value

the obs_data for convenience (with edits as listed under Details).


[Package dRiftDM version 0.2.2 Index]