Learn R Programming

AMCP (version 1.0.1)

chapter_13_table_5: The data used in Chapter 13, Table 5

Description

The data used in Chapter 13, Table 5

Usage

data(chapter_13_table_5)

Arguments

Format

An object of class data.frame with 12 rows and 4 columns.

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

C13T5

Author

Ken Kelley kkelley@nd.edu

Details

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.

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

Run this code
# Load the data
data(chapter_13_table_5)

# Or, alternatively load the data as
data(C13T5)

# View the structure
str(chapter_13_table_5)

Run the code above in your browser using DataLab