Plot free recall accuracyΒΆ

This example plots free recall accuracy for a single subject.

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

#import
import quail

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

#analysis
fegg = egg.analyze('accuracy', listgroup=['condition1']*4+['condition2']*4)

#plot by list
fegg.plot(plot_style='violin', title='Average Recall Accuracy')
[1]:
<Axes: title={'center': 'Average Recall Accuracy'}, xlabel='List', ylabel='Accuracy'>
../_images/auto_examples_plot_accuracy_1_1.png