Plot serial position curveΒΆ

This example plots the probability of recall success as a function of serial position during stimulus encoding.

../_images/sphx_glr_plot_spc_001.png
# Code source: Andrew Heusser
# License: MIT

# import
import quail

#load data
egg = quail.load('example')

# analyze and plot
fegg = egg.analyze('spc', listgroup=['average']*8)

fegg.plot(title='Serial Position Curve')

Total running time of the script: ( 0 minutes 12.882 seconds)

Gallery generated by Sphinx-Gallery