ANT {ez} | R Documentation |
Simulated data from then Attention Network Test (see reference below), consisting of 2 within-Ss variables ("cue" and "flanker"), 1 between-Ss variable ("group") and 2 dependent variables (response time, "rt", and accuracy, "acc")
data(ANT)
A data frame with 5760 observations on the following 10 variables.
sid
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
group
Control
Treatment
block
trial
cue
No Cue
Center Cue
Double Cue
Spatial Cue
flanker
Neutral Flanker
Congruent Flanker
Incongruent Flanker
location
down
up
direction
left
right
rt
acc
J Fan, BD McCandliss, T Sommer, A Raz, MI Posner (2002). Testing the efficiency and independence of attentional networks. Journal of Cognitive Neuroscience, 14, 340-347.
ezANOVA
, ezCor
, ezPerm
, ezPlot
, ezStats
data(ANT) head(ANT) str(ANT) summary(ANT)