chapter_11_table_1 {AMCP} | R Documentation |
The data used in Chapter 11, Table 1
data(chapter_11_table_1)
An object of class data.frame
with 6 rows and 2 columns.
Table 11.1 displays the data from the observation of six subjects under two treatment conditions, yielding 12 scores in all on the dependent variable.
For the data set, six individuals were observed under two different conditions. The question of interest is: "does the mean of the scores in Condition 1 differ from the mean of the scores in Condition 2?"
data from the six subjects under treatment condition 1
data from the six subjects under treatment condition 2
C11T1
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_11_table_1) # Or, alternatively load the data as data(C11T1) # View the structure str(chapter_11_table_1)