chapter_4_table_1 {AMCP} | R Documentation |
The data used in Chapter 4, Table 1
data(chapter_4_table_1)
An object of class data.frame
with 20 rows and 2 columns.
This is hypothetical data for four groups of participants, corresponding to treatments for hypertension. The context is 24 mild hypertensives that have been independently and randomly assigned to one of the four treatments. The scores are the systolic blood pressure values two-weeks after the termination of treatment.
bloodpr
systolic blood pressure (hypothetical data)
cond
identifies group membership (1=drug therapy; 2=biofeedbacbk; 3=diet; 4=combination)
C4T1
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_4_table_1) # Or, alternatively load the data as data(C4T1) # View the structure str(chapter_4_table_1)