| ANT {ez} | R Documentation |
ANT data
Description
Simulated data from then Attention Network Test (see reference below), consisting of 2 within-Ss variables (“cue” and “flank”), 1 between-Ss variable (“group”) and 2 dependent variables (response time, “rt”, and whether an error was made, “error”)
Usage
data(ANT)
Format
A data frame with 5760 observations on the following 10 variables.
subnuma factor with levels
1234567891011121314151617181920groupa factor with levels
ControlTreatmentblocka numeric vector
triala numeric vector
cuea factor with levels
NoneCenterDoubleSpatialflanka factor with levels
NeutralCongruentIncongruentlocationa factor with levels
downupdirectiona factor with levels
leftrightrta numeric vector
errora numeric vector
Author(s)
Michael A. Lawrence mike.lwrnc@gmail.com
Visit the ez development site at http://github.com/mike-lawrence/ez
for the bug/issue tracker and the link to the mailing list.
References
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.
Examples
data(ANT)
head(ANT)
ezPrecis(ANT)