chapter_8_table_12 {AMCP} | R Documentation |
The data used in Chapter 8, Table 12
data(chapter_8_table_12)
An object of class data.frame
with 72 rows and 4 columns.
This example builds from the hypertension example used in chapter 7 for the two-way design. The data in Table 8.12 consist of blood pressure scores for 72 participants. Three categorical independent variables: the presence and absence of biofeedback (biofeed), drug X, Y, or Z (drug), and diet absent or present (diet) have been factorially combined to form a 2 x 3 x 2 design where each person contributes one blood pressure score to one of the 12 different experimental conditions. For this example, there are 6 participants in each group.#'
patient blood pressure
drug given (X,Y,or Z)
presence or absence of biofeedback
presence of absence of a diet
C8T12
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_8_table_12) # Or, alternatively load the data as data(C8T12) # View the structure str(chapter_8_table_12)