Serial position curve
spc.Rd
Recall probability as a function of serial position in the list.
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