Closed fusaroli closed 6 years ago
Update: if I do not use the pre-compiled versions of the models the sampler starts (200 iterations so far). So the problem is most likely with the compiled model.
Super strange. I'm using exactly the same settings and it runs just fine. Another member in my lab tested this in another Mac computer, and he had no issues, either.
I reproduced it on my stationary iMac, as well, and solved it again compiling the models. Weird. I'm closing the issue, since there is a solution.
I'm trying to run the drift diffusion model on the example data:
m <- choiceRT_ddm("example", niter = 2000, nwarmup = 1000, nchain = 2, ncore = 2)
This does not work and gives the following error:
All other models in hBayesDM run (on the "example" data). Occasionally one of the chains in choiceRT_lba run on the "example" data gives the same issue. Reinstalling hBayesDM, restarting R and the computer does not help.
I am using hBayesDM 0.6, rstan 2.17.3, R 3.5.1, RStudio 1.1.456, on a Mac OS 10.13.6.
Full output of the function below