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

Description Usage Arguments Value Author(s) References

Description

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

Usage

1
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 May 7, 2019, 6:46 a.m.