In [ ]:
%matplotlib inline
In [ ]:
# Code source: Andrew Heusser
# License: MIT
# import
import quail
# load data
egg = quail.load('example')
# analyze and plot
egg.analyze('lagcrp', listgroup=['average']*8).plot(title='Lag-CRP')