Learn R Programming

AMCP (version 1.0.1)

chapter_13_table_14: The data used in Chapter 13, Table 14

Description

The data used in Chapter 13, Table 14

Usage

data(chapter_13_table_14)

Arguments

Format

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

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

Ken Kelley kkelley@nd.edu

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.

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

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

# View the structure
str(chapter_13_table_14)

Run the code above in your browser using DataLab