chapter_13_table_14: The data used in Chapter 13, Table 14

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

Description

The data used in Chapter 13, Table 14

Usage

1

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

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

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

# View the structure
str(chapter_13_table_14)

yelleKneK/AMCP documentation built on July 25, 2020, 12:50 a.m.