chapter_14_table_10 {AMCP} | R Documentation |
The data used in Chapter 14, Table 10
data(chapter_14_table_10)
An object of class data.frame
with 20 rows and 4 columns.
These data are identical to those analyzed in chapter 12 (see Tables 12.7 and 12.15) to facilitate comparisons of the multivariate approach and the mixed-model approach.The hypothetical data contained in Table 14.10 contains an additional level of angle (four degrees) that was not considered in Table 14.8.
participant reaction time at angle 0
participant reaction time at angle 4
participant reaction time at angle 8
participant group number
C14T10
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_14_table_10) # Or, alternatively load the data as data(C14T10) # View the structure str(chapter_14_table_10)