chapter_12_table_11 {AMCP} | R Documentation |
The data used in Chapter 12, Table 11
Description
The data used in Chapter 12, Table 11
Usage
data(chapter_12_table_11)
Format
An object of class data.frame
with 10 rows and 3 columns.
Details
A third covariance matrix is relevant for the AB interaction because this effect does not average over either A or B. Instead, the interaction assesses whether the B difference is the same at each level of A. Table 12.11 presents scores that address this question. For each subject, a given score represents the noise effect (i.e., reaction time when noise is present minus reaction time when noise is absent) at a particular level of the angle factor.
#' @section 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
C12T11
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_11)
# Or, alternatively load the data as
data(C12T11)
# View the structure
str(chapter_12_table_11)