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

Description Usage Arguments Value

View source: R/ratingFreg.R

Description

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

Usage

1
ratingFreq(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 frequency of hit responses per confidence rating.

hit

The extracted frequency of fa responses per confidence rating.


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