chapter_13_table_14 {AMCP}R Documentation

The data used in Chapter 13, Table 14

Description

The data used in Chapter 13, Table 14

Usage

data(chapter_13_table_14)

Format

An object of class data.frame with 8 rows and 2 columns.

Details

Table 13.14 shows the slope of the least-squares regression line for each of the eight subjects, as well as the score on the linear D variable, reproduced from Table 13.14. There is a strikin relationship between the numbers in the two columns of Table 13.14. Every subject's score on D is 24 times his or her slope.

Variables

slope

slope of the least-squares regression line for data in Table 13.2

linear

Linear D variable for data in Table 13.2

Synonym

C13T14

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_14)

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

# View the structure
str(chapter_13_table_14)


[Package AMCP version 1.0.1 Index]