returnFittedROC: Returning false alarm and hit rates for the Dual Process...

View source: R/returnFittedROC.R

returnFittedROCR Documentation

Returning false alarm and hit rates for the Dual Process Signal Detection (DPSD)

Description

This function allows you to get the corresponding (cumulative) false alarm and hit rates for a given set of recollection and familiarity assuming that the variance of the old item distribution is 1. This is helpful to compare raw hit and false alarm rates with fitted ones.

Usage

returnFittedROC(recollection, familiarity)

Arguments

recollection

A value representing the recollection rate.

familiarity

A value representing the familiarity rate

Value

The function returns a list with components:

falseAlarm

The fitted false alarm rate.

hit

The fitted hit rate.

Author(s)

Joern Alexander Quent, alexander.quent@rub.de

References

Yonelinas, A. P., & Parks, C. M. (2007). Receiver operating characteristics (ROCs) in recognition memory: A review. Psychological Bulletin, 133(5), 800 - 832. http://doi.org/10.1037/0033-2909.133.5.800


JAQuent/memoryROC documentation built on June 9, 2025, 1:43 a.m.