Plot temporal clusteringΒΆ

This example plots temporal clustering, the extent to which subject tend to recall neighboring items sequentially.

[1]:
# Code source: Contextual Dynamics Laboratory
# License: MIT

# import
import quail

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

#analyze and plot
fegg = egg.analyze('temporal', listgroup=['early']*4+['late']*4)

fegg.plot(title='Temporal Clustering')
[1]:
<Axes: title={'center': 'Temporal Clustering'}, xlabel='List', ylabel='Temporal clustering score'>
../_images/auto_examples_plot_temporal_1_1.png