Skip to contents

Recall probability as a function of serial position in the list.

Usage

spc(data)

Arguments

data

Merged study and recall data.

Value

Results with subject, input, and recall columns.

Examples

raw <- sample_data("Morton2013")
data <- merge_free_recall(raw)
recall <- spc(data)
head(recall)
#>   subject input    recall
#> 1       1     1 0.5416667
#> 2       1     2 0.4583333
#> 3       1     3 0.6250000
#> 4       1     4 0.3333333
#> 5       1     5 0.4375000
#> 6       1     6 0.4791667