Plot probability of nth recallΒΆ

This example plots the probability of an item being recalled nth given its list position.

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

# import
import quail

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

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

fegg.plot(title='Probability of Recall')

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

Gallery generated by Sphinx-Gallery