chapter_12_table_15 {AMCP} | R Documentation |
The data used in Chapter 12, Table 15
data(chapter_12_table_15)
An object of class data.frame
with 10 rows and 3 columns.
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.
reaction time when noise is present minus reaction time when noise is absent at angle 0
reaction time when noise is present minus reaction time when noise is absent at angle 4
reaction time when noise is present minus reaction time when noise is absent at angle 8
C12T15
Ken Kelley kkelley@nd.edu
https://designingexperiments.com/data/
Maxwell, S. E., Delaney, H. D., \& Kelley, K. (forthcoming). Designing experiments and analyzing data: A model comparison perspective. (3rd ed.). Routledge.
Maxwell, S. E., Delaney, H. D., \& Kelley, K. (forthcoming). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). Routledge.
# Load the data data(chapter_12_table_15) # Or, alternatively load the data as data(C12T15) # View the structure str(chapter_12_table_15)