chapter_13_table_2 {AMCP} | R Documentation |
The data used in Chapter 13, Table 2
data(chapter_13_table_2)
An object of class data.frame
with 8 rows and 3 columns.
For the hypothetical data contained in Table 13.2, eight participants were measured at three occasions. The question of interest is: "Is there a population mean difference between across Time 1, Time 2, and Time 3 measurement occasions?" Table 13.2 presents hypothetical data for a three-level design. The null hypothesis to be tested is that the population means of scores at all three time points are equal to each.
participant score at time 1
participant score at time 2
participant score at time 3
C13T2
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_2) # Or, alternatively load the data as data(C13T2) # View the structure str(chapter_13_table_2)