Plot probability of first recallΒΆ
This example plots the probability of an item being recalled first given its list position.
[1]:
# Code source: Contextual Dynamics Laboratory
# 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')
[1]:
<Axes: title={'center': 'Probability of First Recall'}, xlabel='Position', ylabel='Probability of recall: position 0'>