dots(sft)
dots()所属R语言包:sft
RT and and Accuracy from a Simple Detection Task
RT和精确度从一个简单的检测任务
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data from a simple Double Factorial Paradigm task.
数据从一个简单的双因子范式任务。
用法----------Usage----------
data(dots)
格式----------Format----------
A data frame with 57600 observations on the following 6 variables.
57600以下6个变量的观察数据框。
Subject A character vector indicating the participant ID.
Subject字符向量表示的参与者ID。
Condition A character vector indicating whether participants could respond as soon as they detected either dot (OR) or both dots (AND).
ConditionA的字符向量表示,参加者是否可以回应,尽快为他们发现无论是点(OR)或两个点(AND)。
Correct A logical vector indicating whether or not the participant responded correctly.
Correct逻辑向量的参与者指示是否正确响应。
RT A numeric vector indicating the response time on a given trial.
RT一个数值向量表示的响应时间在给定的试验。
Channel1 A numeric vector indicating the stimulus level for the upper dot. 0: Absent; 1: Low contrast (slow); 2: High contrast (fast).
Channel1A数字矢量的刺激水平上点。 0:不存在; 1:低反差(慢)2:高对比度(快)。
Channel2 A numeric vector indicating the stimulus level for the lower dot. 0: Absent; 1: Low contrast (slow); 2: High contrast (fast).
Channel2A数字矢量的刺激程度较低的点。 0:不存在; 1:低反差(慢)2:高对比度(快)。
Details
详细信息----------Details----------
These data include response time and accuracy from nine participants that completed two versions of a Double Factorial Paradigm task. Stimuli were either two dots, one above fixation and one below, a single dot above fixation, a single dot below fixation, or a blank screen. Each dot could be presented either high or low contrast when present. In the OR task, participants were instructed to respond 'yes' whenever they saw either dot and 'no' otherwise. In the AND task, participants were instructed to respond 'yes' only when both dots were present and 'no' otherwise. See Eidels et al. (2012) or Houpt & Townsend (2010) for a more thorough description of the task.
这些数据包括从9名学员完成了两个版本的一个的双阶乘范式任务的响应时间和准确性。刺激两个点,一个以上固定,另一个在下面,一个单一的固定点以上,一个单一的固定点以下,或一个空白的屏幕。可以呈现每个点或高或低对比度时,本。在任务指示,参加者回答“是”时,他们看到无论是点不,否则。与任务的指示,参加者回答“是”,只有当这两个点不,否则。请参阅Eidels等。 (2012年)或Houpt汤森德(2010年)的任务更详尽的描述。
源----------Source----------
Eidels, A., Townsend, J. T., Hughes, H. C., & Perry, L. A. (2012). Complementary relationship between response times, response accuracy, and task requirements in a parallel processing system. Journal Cognitive Psychology. Manuscript (submitted for publication).
Eidels,A.,汤森,JT,休斯,HC,和佩里,LA(2012年)。的响应时间,响应精度,和任务的并行处理系统的要求之间的互补关系。 - 认知心理学。稿(提案出版)。
参考文献----------References----------
实例----------Examples----------
data(dots)
summary(dots)
## Not run: [#不运行:]
sicGroup(dots)
capacityGroup(dots)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|