chapter_13_table_6 {AMCP} | R Documentation |
The data used in Chapter 13, Table 6
Description
The data used in Chapter 13, Table 6
Usage
data(chapter_13_table_6)
Format
An object of class data.frame
with 12 rows and 4 columns.
Details
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.
Variables
- months30
hypothetical McCarthy IQ for 30-month-old individuals
- months36
hypothetical McCarthy IQ for 36-month-old individuals
- months42
hypothetical McCarthy IQ for 42-month-old individuals
- months48
hypothetical McCarthy IQ for 48-month-old individuals
Synonym
C13T6
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_13_table_6)
# Or, alternatively load the data as
data(C13T6)
# View the structure
str(chapter_13_table_6)