chapter_13_table_14 {AMCP} | R Documentation |
The data used in Chapter 13, Table 14
data(chapter_13_table_14)
An object of class data.frame
with 8 rows and 2 columns.
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.
slope of the least-squares regression line for data in Table 13.2
Linear D variable for data in Table 13.2
C13T14
Ken Kelley kkelley@nd.edu
https://designingexperiments.com/data/
Maxwell, S. E., Delaney, H. D., \& Kelley, K. (forthcoming). Designing experiments and analyzing data: A model comparison perspective. (3rd ed.). Routledge.
Maxwell, S. E., Delaney, H. D., \& Kelley, K. (forthcoming). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). Routledge.
# Load the data data(chapter_13_table_14) # Or, alternatively load the data as data(C13T14) # View the structure str(chapter_13_table_14)