VisualArray(WMCapacity)
VisualArray()所属R语言包:WMCapacity
Working memory visual array change detection responses
工作记忆视觉的阵列变化检测反应
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This dataset contains the (cleaned) data which was analyzed in Rouder, Morey, Cowan, Zwilling, Morey, and Pratte (2008).
此数据集包含(清洗)的数据进行了分析Rouder,莫雷,考恩,双立人,莫雷,Pratte(2008)。
用法----------Usage----------
data(VisualArray)
格式----------Format----------
A data frame with 12345 observations on the following 36 variables.
12345在以下36个变量的观测数据框。
subthe subject number
sub的主题
blkthe block number
blk的块号
trlthe trial number within a block
trl的试验块内的
prchthe log-odds of a change trial within that block
prch的log赔率的变化试验在该块内
Nthe visual array set size
N的视觉阵列设置大小
ischangewhether the array changed or not (1=changed)
ischange阵列是否改变或不(1 =改变)
respwhether the participant responded “change” (1=changed)
resp是否参加者的答复是“改变”(1 =改变)
RTthe response time
RT的响应时间
probesqwhich square number was probed
probesq平方数探讨
newcolthe color of the probed square
newcol的颜色,探测方
c1the color of square 1
c1平方1的颜色
x1the x location of square 1
x1平方1的x位置
y1the y location of square 1
y1的y位置广场1
c2the color of square 2
c2的颜色广场2
x2the x location of square 2
x2广场2 x位置
y2the y location of square 2
y2广场2的y位置
c3the color of square 3
c3的颜色广场3
x3the x location of square 3
x3广场3 x位置
y3the y location of square 3
y3广场3的y位置
c4the color of square 4
c4的颜色广场4
x4the x location of square 4
x4正方形4的x位置
y4the y location of square 4
y4广场4的y位置
c5the color of square 5
c5的颜色广场5
x5the x location of square 5
x5广场5 x位置
y5the y location of square 5
y5广场5的y位置
c6the color of square 6
c6的颜色广场6
x6the x location of square 6
x6平方6的x位置
y6the y location of square 6
y6的y位置广场6
c7the color of square 7
c7平方7的颜色
x7the x location of square 7
x7平方7的x位置
y7the y location of square 7
y7的y位置坊
c8the color of square 8
c8的颜色广场8
x8the x location of square 8
x8广场8的x位置
y8the y location of square 8
y8广场8的y位置
corwhether the participant was correct or not
cor参与者是否是正确的或不
oldcolthe color of the probed square in the study array
oldcol的颜色在研究阵列探测方
Details
详细信息----------Details----------
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.
每个试验包括一个演示文稿的N个颜色的方块在一个数组,口罩,然后一个正方形。的平方比第一阵列在相同的位置中的一个相同的颜色或不同的颜色。参加者的答复是“变化”,如果他们相信方是不同的。
源----------Source----------
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.
Rouder,JN,莫雷,RD,考恩,N.,双立人,:CE,莫雷,CC&Pratte,MS(2008年)。评估的固定视觉工作记忆容量的机型。诉讼的国家科学院院士,105,5976-5979。
实例----------Examples----------
data(VisualArray)
## Aggregated hit and false alarm rates[#累积点击率和误报]
tapply(VisualArray$resp,list(VisualArray$ischange,
VisualArray$N,VisualArray$prch),mean)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|