chapter_14_table_5 {AMCP} | R Documentation |
The data used in Chapter 14, Table 5
data(chapter_14_table_5)
An object of class data.frame
with 10 rows and 5 columns.
In terms of symbols, let D(1i) represent the linear trend for a given angle. For the hypothetical data contained in Table 14.4, Table 14.5 gives an appropriate and substantively interesting set of D variables. The D variables (rather than the raw data itself) is used because of the benefits and flexibility gained from analyzing the D variables directly (rather than indirectly as we did with the Table 14.4 data).
participant D1 variable
participant D2 variable
participant D3 variable
participant D4 variable
participant D5 variable
C14T5
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_14_table_5) # Or, alternatively load the data as data(C14T5) # View the structure str(chapter_14_table_5)