chapter_15_table_1 {AMCP} | R Documentation |
The data used in Chapter 15, Table 1
Description
The data used in Chapter 15, Table 1
Usage
data(chapter_15_table_1)
Format
An object of class data.frame
with 12 rows and 4 columns.
Details
The first table in Chapter 15 presents the Hypothetical McCarthy data again (originally shown in Table 11.5). This data set is used throughout the chapter as the to illustrate the discussion given on the mixed model. At the time of this writing the mixed model procedure is SPSS is not as fully developed the SAS analog PROC MIXED. For this reason no analyses using SPSS are provided to replicate the analyses given in Chapter 15.
Variables
- months30
McCarthy IQ score for 30-month-old
- months36
McCarthy IQ score for 36-month-old
- months42
McCarthy IQ score for 42-month-old
- months48
McCarthy IQ score for 48-month-old
Synonym
C15T1
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_15_table_1)
# Or, alternatively load the data as
data(C15T1)
# View the structure
str(chapter_15_table_1)