A simulated dataset on reaction time to an external event for subject using cell phones.
一个模拟的数据集对象使用手机的外部事件的反应时间。
用法----------Usage----------
data(reaction.time)
格式----------Format----------
A data frame with 60 observations on the following 4 variables.
一个数据框有60以下4个变量的观察。
age Age of participant coded as 16-24 or 25+
编码的参与者的年龄为16-24或25 +
gender Male of Female
性别男女
control Code to indicate if subject is using a cell phone "T"
控制代码来表示,如果拍摄对象正在使用的手机“T”
time Time in seconds to react to external event
时间在几秒钟内外部事件作出反应
Details
详细信息----------Details----------
Several studies indicate that cell phone usage while driving can effect reaction times to external events. This dataset uses simulated data based on values from the NHTSA study "The Influence of the Use of Mobile Phones on Driver Situation Awareness".
一些研究表明,使用手机在驾驶时可对外部事件的反应时间。该数据集使用模拟数据值NHTSA的影响研究“的手机上使用的驱动程序的态势感知”的基础上。
源----------Source----------
The NHTSA study may be found at http://www-nrd.nhtsa.dot.gov/departments/nrd-13/driver-distraction/PDF/2.PDF
在NHTSA的研究可以发现,在http://www-nrd.nhtsa.dot.gov/departments/nrd-13/driver-distraction/PDF/2.PDF
参考文献----------References----------
实例----------Examples----------
data(reaction.time)
boxplot(time ~ control, data = reaction.time)