Open Gilles86 opened 10 years ago
Hmmm, sounds like outliers. Have you tried excluding very long and very short RTs?
Hey,
This helps for some subjects. But then, when fitting the data in a hierarchal model, I now get an integration error after taking a lot of samples.
[---------------- 44% ] 8811 of 20000 complete in 1403.7 secgsl: qag.c:261: ERROR: could not integrate function Default GSL error handler invoked. Aborted (core dumped)
Can this exception be caught for problematic samples, so these can be skipped?
Sorry for the slow response. I would figure out what parameter values cause it to crash (which would require some digging into the code).
Hi again,
I have a task with relatively long RTs. For some subjects and some conditions the RTs/SSDs are more than 1000ms. It seems that for these subjects the stopsignal-library breaks down:
I tried upping the limit of mu_go in stopsignal.py, line 94 to 2e3, but that doesn't seem to help.
Any thoughts?
Thank you so much!