Hello,
I am attempting to run a drift diffusion anaylsis using your package. However, I keep getting the error:
Error in is.null(data) ||
is.na(data) :
'length = 13407' in coercion to 'logical(1)'
This occurs when I execute this line of code:
output1 = choiceRT_ddm(data = df, niter = 2000, nwarmup = 1000, nchain = 4, ncore = 4)
I am using the attached data (although I am using the dataframe corresponding to the data- this is a .txt file with the dataframe info on it.)
Is there a way to resolve this issue? I am using the most recent version of R.
Thank you very much!