chapter_13_table_5: The data used in Chapter 13, Table 5

Description Usage Format Details Variables Synonym Author(s) Source References Examples

Description

The data used in Chapter 13, Table 5

Usage

1

Format

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

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.

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(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

1
2
3
4
5
6
7
8
# Load the data
data(chapter_13_table_5)

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

# View the structure
str(chapter_13_table_5)

AMCP documentation built on July 25, 2020, 1:07 a.m.