Description Usage Format Details Source Examples
This dataset contains the (cleaned) data which was analyzed in Rouder, Morey, Cowan, Zwilling, Morey, and Pratte (2008).
1 |
A data frame with 12345 observations on the following 36 variables.
subthe subject number
blkthe block number
trlthe trial number within a block
prchthe log-odds of a change trial within that block
Nthe visual array set size
ischangewhether the array changed or not (1=changed)
respwhether the participant responded “change” (1=changed)
RTthe response time
probesqwhich square number was probed
newcolthe color of the probed square
c1the color of square 1
x1the x location of square 1
y1the y location of square 1
c2the color of square 2
x2the x location of square 2
y2the y location of square 2
c3the color of square 3
x3the x location of square 3
y3the y location of square 3
c4the color of square 4
x4the x location of square 4
y4the y location of square 4
c5the color of square 5
x5the x location of square 5
y5the y location of square 5
c6the color of square 6
x6the x location of square 6
y6the y location of square 6
c7the color of square 7
x7the x location of square 7
y7the y location of square 7
c8the color of square 8
x8the x location of square 8
y8the y location of square 8
corwhether the participant was correct or not
oldcolthe color of the probed square in the study array
Each trial consisted of a presentation of N colored squares in an array, followed by a mask, and then a single square. The square was either the same color or a different color than the one in the same location in the first array. The participant responded “change” if they believed the square was different.
Rouder, J. N., Morey, R. D., Cowan, N., Zwilling, C. E., Morey, C. C. & Pratte, M. S. (2008). An Assessment of Fixed-Capacity Models of Visual Working Memory. Proceedings of the National Academy of Sciences, 105, 5976-5979.
1 2 3 4 | data(VisualArray)
## Aggregated hit and false alarm rates
tapply(VisualArray$resp,list(VisualArray$ischange,
VisualArray$N,VisualArray$prch),mean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.