chapter_12_table_7 {AMCP} | R Documentation |
The data used in Chapter 12, Table 7
Description
The data used in Chapter 12, Table 7
Usage
data(chapter_12_table_7)
Format
An object of class data.frame
with 10 rows and 3 columns.
Details
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.
Variables
- angle0
mean reaction time for subject at angle factor 0, averaging over noise
- angle4
mean reaction time for subject at angle factor 4, averaging over noise
- angle8
mean reaction time for subject at angle factor 8, averaging over noise
Synonym
C12T7
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_7)
# Or, alternatively load the data as
data(C12T7)
# View the structure
str(chapter_12_table_7)