In [ ]:
    
%matplotlib inline
    
In [ ]:
    
# Code source: Andrew Heusser
# License: MIT
# import
import quail
#load data
egg = quail.load_example_data()
# analysis
analyzed_data = quail.analyze(egg, analysis='pfr', listgroup=['average']*8)
# plot
quail.plot(analyzed_data, title='Probability of First Recall')