Thanks Manuel for this toolbox, which works great.
fitMetaDPrime requires participant to be an integer. When it's a character string, the function outputs all dprimes=0
I also was not able to run it with .parallel=FALSE.
I could not figure out myself what the problem was, so I used LLM-help. It seems to be an interaction between how apply, subset, and jobs work. I have a modified version of the function that solves both problems.
I am not sure about a pull request because these are AI-fulled changes, but perhaps I can give you the new code and you decide what to do with it, or if you'd like to update other functions in the package, too?
Thanks Manuel for this toolbox, which works great.
fitMetaDPrime requires participant to be an integer. When it's a character string, the function outputs all dprimes=0
I also was not able to run it with
.parallel=FALSE.I could not figure out myself what the problem was, so I used LLM-help. It seems to be an interaction between how
apply,subset, andjobswork. I have a modified version of the function that solves both problems.I am not sure about a pull request because these are AI-fulled changes, but perhaps I can give you the new code and you decide what to do with it, or if you'd like to update other functions in the package, too?