Description Usage Arguments Value
This function allows you to extract cumulative hit and false alarm rates for memory ROC analysis.
1 | cumRates(responseScale, confidenceRatings, TargetLure, targetLabel, lureLabel)
|
responseScale |
An vector containing possible levels of confidence rating responses ordered from highest to lowest (e.g. 6:1). |
confidenceRatings |
An vector containing participant confidence rating responses to individual items. |
TargetLure |
An vector coding containing information whether each individual item is a Target or Lure item (e.g. Old, New, Old, Old). |
targetLabel |
A string/integer designating the label for the target source in TargetLure. |
lureLabel |
A string/integer designating the label for the lure source in TargetLure. |
The function returns a data frame with components:
fa |
The extracted cumulative false alarm rate. |
hit |
The extracted cumulative hit rate. |
zfa |
The z-transformed cumulative false alarm rate. |
zhit |
The z-transformed cumulative hit rate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.