cumRates: Extraction of cumulative hit and false alarm rates for memory...

Description Usage Arguments Value Author(s)

Description

This function allows you to extract cumulative hit and false alarm rates for memory ROC analysis.

Usage

1
cumRates(responseScale, confidenceRatings, oldNew, old_newLevel = c(0, 1))

Arguments

responseScale

An vector containing possible levels of recognition responses ordered from highest to lowest (e.g. 6:1).

confidenceRatings

An vector containing recognition responses according to levels of the variable responseScale.

oldNew

An vector coding whether an item was new/not-studied or old/studied.

old_newLevel

An vector containing possible levels of oldNew. The first value or level is for new/not-studied items and the second value is for old/studied items. Defaults to c(0,1).

Value

The function returns a list with components:

falseAlarm

The extracted false alarm rate.

hit

The extracted hit rate.

Author(s)

Joern Alexander Quent, alexander.quent@rub.de


JAQuent/memoryROC documentation built on May 7, 2019, 6:46 a.m.