chapter_12_table_7 {AMCP} | R Documentation |
The data used in Chapter 12, Table 7
data(chapter_12_table_7)
An object of class data.frame
with 10 rows and 3 columns.
Table 12.7 presents scores for the individual subjects for the A effect for the data in Table 12.1. Notice that each score for a given subject is simply that subject's mean response time for that angle, where the mean is the average of the noise-absent and the noise-present scores.
mean reaction time for subject at angle factor 0, averaging over noise
mean reaction time for subject at angle factor 4, averaging over noise
mean reaction time for subject at angle factor 8, averaging over noise
C12T7
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_7) # Or, alternatively load the data as data(C12T7) # View the structure str(chapter_12_table_7)