interpreting fitted bias on drift in an accuracy-coded model #129
Unanswered
ari-khoudary
asked this question in
Ask for help
Replies: 1 comment
-
|
I don't notice anything wrong with your implementation. To understand the parameters it might be helpful to visualise it with the model GUI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, thanks so much for this great tool. I have embarrassingly simple questions regarding interpretation of fitted values for a biased drift rate in an accuracy coded model.
On the cookbook page, you write "In accuracy coding, if the upper boundary is the correct choice and the lower boundary is the incorrect choice, we need to flip the bias depending on whether the biased choice is correct or incorrect. However, in this case, the motion coherence should always be positive." and use the following example:
I am fitting data from an experimental design where motion coherence is constant across trials. However, every trial contains 2 periods of completely uninformative evidence (which we call noise periods). I am interested in testing the hypothesis that, when there is a bias in the environment, drift rates are non-zero during the noise periods. To do this, I wrote the following drift function:
If I fit a model specified as
what is the "right" way to plot / interpret the incongruent drift fits? specifically, if my model returns a positive value for
n2_incong, for example, should I interpret that as the model actually estimating -1*n2_incong as the drift? and what if I get a negative value? do the negatives cancel out, such that the fitted value is actually positive?I know in the cookbook you restricted the values of bias to be strictly positive. Is that necessary for interpretable fits on this approach? Or can I lower-bound the MLE process at -1 and still get interpretable fits?
Thanks so much for the help!
Beta Was this translation helpful? Give feedback.
All reactions