Hi, I have a 2x2 (2 bias manipulations and 2 bias directions) experiment and I'm trying to estimate bias in drift criterion and starting point. See below the settings I'm using. As far as I know, the dc parameter should capture any bias in the drift rate. Does that mean that I don't need to set 'v' to also depend on 'bias_direction'?
hddm.HDDMStimCoding(data, stim_col = 'stim',
split_param = 'v',
include = ('sv'),
drift_criterion = True,
bias = True,
depends_on = {' 'v': ['bias_manipulation'],
'z':
['bias_manipulation', 'bias_direction],
'dc': ['bias_manipulation',
'bias_direction']},
p_outlier = .5
)