.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_plot_pfr.py: ============================= Plot probability of first recall ============================= This example plots the probability of an item being recalled first given its list position. .. image:: /auto_examples/images/sphx_glr_plot_pfr_001.png :class: sphx-glr-single-img .. code-block:: python # Code source: Andrew Heusser # License: MIT # import import quail #load data egg = quail.load('example') # analyze and plot fegg = egg.analyze('pfr', listgroup=['average']*8) fegg.plot(title='Probability of First Recall') **Total running time of the script:** ( 0 minutes 12.532 seconds) .. _sphx_glr_download_auto_examples_plot_pfr.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: plot_pfr.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_pfr.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_