How to implement variability of non decision time in PYDDM using DDM model? #99
-
|
Hi omnipotent Github friends, Recently my colleague and I are trying to fit DDM model to my data, and I want to use variability of non decision time to solve the prematures responses. We think it would be more elegant way than using cut off to get rid of those. We want to use it on simple ddm model without necessarily using gddm model. We thought there must be people trying those before, but we can't find anything in github or in PYDDM cookbook. Does anyone have any idea about how to implement it? Thank you so much in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi Diana! If you use the new interface (which I recommend, it is a lot easier!) see: https://pyddm.readthedocs.io/en/latest/cookbook/modelcomponents.html#non-decision-variability |
Beta Was this translation helpful? Give feedback.
A DDM model with reaction time variability is by definition a GDDM model! All DDMs are also GDDMs (but not vice versa), and PyDDM doesn't distinguish between the two. So if you've built a model in PyDDM, you've already built a GDDM.