You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might be a bug in the calculation of dprime in the dprime function. This function adjusts for extreme values (e.g., n_miss = 0) using the Hautus (1995) correction, which is summarised as:
"A method that has found much use in log-linear analysis requires the addition of 0.5 to each cell in the two-by-two contingency table that defines the performance of the observer (e.g., Fienberg, 1980; Goodman, 1970; Knoke & Burke, 1980). Row and column totals are increased by one." Hautus (1995, pg. 46).
dprime performs this adjustment in the following way:
Unfortunately, neuropsychology has been deprecated in favour of psycho.
However, it seems that this code is still present in the new version, as it was taken from another source (can't remember the name of the paper). How would you suggest the change should be made?
I think there might be a bug in the calculation of dprime in the dprime function. This function adjusts for extreme values (e.g., n_miss = 0) using the Hautus (1995) correction, which is summarised as:
dprime performs this adjustment in the following way:
But if I'm not mistaken, this is adding 1.5 to the row/col totals, when it should only be adding 1.
The text was updated successfully, but these errors were encountered: