chapter_12_table_15 {AMCP} | R Documentation |
The data used in Chapter 12, Table 15
Description
The data used in Chapter 12, Table 15
Usage
data(chapter_12_table_15)
Format
An object of class data.frame
with 10 rows and 3 columns.
Details
The data in Table 12.15 consist of reaction time scores for 10 young participants where each participant contributes 3 scores to the analysis. In particular, each participant is exposed to each of 3 experimental conditions, angle (0, 4, and 8). For the current analyses Table 12.15 is appended to Table 12.7, which contains reaction time scores for 10 old participants for angles of 0, 4, and 8. Thus, it is necessary to perform some data management before analyzing the data.
Variables
- angle0
reaction time when noise is present minus reaction time when noise is absent at angle 0
- angle4
reaction time when noise is present minus reaction time when noise is absent at angle 4
- angle8
reaction time when noise is present minus reaction time when noise is absent at angle 8
Synonym
C12T15
Author(s)
Ken Kelley kkelley@nd.edu
Source
https://designingexperiments.com/data/
Maxwell, S. E., Delaney, H. D., & Kelley, K. (2018). Designing experiments and analyzing data: A model comparison perspective. (3rd ed.). New York, NY: Routledge.
References
Maxwell, S. E., Delaney, H. D., & Kelley, K. (2018). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). New York, NY: Routledge.
Examples
# Load the data
data(chapter_12_table_15)
# Or, alternatively load the data as
data(C12T15)
# View the structure
str(chapter_12_table_15)