reactionData
收藏资源简介:
该数据集包含了一个名为`reactionData`的数据,用于测量学生在喝可乐前后对物体掉落反应时间的变化。数据通过测量物体在掉落前被抓住的距离来确定反应时间。
This dataset contains data named `reactionData`, which is used to measure changes in students' reaction times to object drops before and after drinking cola. The reaction time is determined by measuring the distance at which the object is caught before it falls.
数据集概述
数据集名称
reactionData
数据集描述
该数据集包含了一个名为reactionData的数据,用于教学目的。数据记录了学生在饮用可乐前后进行尺子掉落测试的反应时间。测试利用重力的已知特性来确定一个人对物体掉落的反应时间,通过测量物体在被抓住之前可以下落的距离来完成。
数据集内容
- 数据结构: 数据集是一个包含103行的tibble,每行包含以下四个变量:
student: 学生姓名test: 测试编号time_before: 饮用可乐前的反应时间time_after: 饮用可乐后的反应时间
数据集示例
r reactionData
A tibble: 103 × 4
student test time_before time_after
<chr> <dbl> <dbl> <dbl>
1 Amy 1 0.207 0.163
2 Amy 2 0.221 0.181
3 Amy 3 0.136 0.175
4 Amy 4 0.197 0.15
5 Amy 5 0.111 NA
6 Betty 1 0.3 0.128
7 Betty 2 0.239 0.273
8 Betty 3 0.175 0.217
9 Betty 4 0.26 0.275
10 Carol 1 0.186 0.207
… with 93 more rows
ℹ Use print(n = ...) to see more rows




