The data used in Chapter 13, Table 6
data(chapter_13_table_6)
An object of class data.frame
with 12 rows and 4 columns.
hypothetical McCarthy IQ for 30-month-old individuals
hypothetical McCarthy IQ for 36-month-old individuals
hypothetical McCarthy IQ for 42-month-old individuals
hypothetical McCarthy IQ for 48-month-old individuals
C13T6
Ken Kelley kkelley@nd.edu
Table 13.6 presents the hypothetical McCarthy IQ scores for 12 subjects (ages 30, 36, 42, or 48 months). The McCarthy data contained in Table 13.6, which was previously analyzed in Table 11.5, is now analyzed using the multivariate approach to repeated measures.
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_13_table_6)
# Or, alternatively load the data as
data(C13T6)
# View the structure
str(chapter_13_table_6)
Run the code above in your browser using DataLab