chapter_13_table_5 {AMCP} | R Documentation |
The data used in Chapter 13, Table 5
data(chapter_13_table_5)
An object of class data.frame
with 12 rows and 4 columns.
Table 13.5 presents the hypothetical McCarthy IQ scores for 12 subjects (ages 30, 36, 42, or 48 months). The McCarthy data contained in Table 13.5, which was previously analyzed in Table 11.5, is now analyzed using the multivariate approach to repeated measures.
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
C13T5
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_13_table_5) # Or, alternatively load the data as data(C13T5) # View the structure str(chapter_13_table_5)