We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed305cc commit a01d3c7Copy full SHA for a01d3c7
1 file changed
rtanalysis/rtanalysis.py
@@ -3,11 +3,9 @@
3
Given a data frame with RT and accuracy, compute mean RT for correct trials and
4
mean accuracy.
5
"""
6
-# %%
7
import pandas as pd
8
9
10
11
class RTAnalysis:
12
"""Response time (RT) analysis."""
13
0 commit comments