The data used in Chapter 15, Table 1
data(chapter_15_table_1)
An object of class data.frame
with 12 rows and 4 columns.
McCarthy IQ score for 30-month-old
McCarthy IQ score for 36-month-old
McCarthy IQ score for 42-month-old
McCarthy IQ score for 48-month-old
C15T1
Ken Kelley kkelley@nd.edu
The first table in Chapter 15 presents the Hypothetical McCarthy data again (originally shown in Table 11.5). This data set is used throughout the chapter as the to illustrate the discussion given on the mixed model. At the time of this writing the mixed model procedure is SPSS is not as fully developed the SAS analog PROC MIXED. For this reason no analyses using SPSS are provided to replicate the analyses given in Chapter 15.
Maxwell, S. E., Delaney, H. D., \& Kelley, K. (2018). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). New York, NY: Routledge.
# Load the data
data(chapter_15_table_1)
# Or, alternatively load the data as
data(C15T1)
# View the structure
str(chapter_15_table_1)
Run the code above in your browser using DataLab