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

Description Usage Arguments Value

View source: R/cumRates.R

Description

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

Usage

1
cumRates(responseScale, confidenceRatings, TargetLure, targetLabel, lureLabel)

Arguments

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.

Value

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.


nklange/fullDPROC documentation built on May 26, 2019, 2:34 a.m.