chapter_5_table_4 {AMCP} | R Documentation |
The data used in Chapter 5, Table 4
data(chapter_5_table_4)
An object of class data.frame
with 24 rows and 2 columns.
The following data consists of blood pressure measurements for six individuals randomly assigned to one of four groups. Our purpose here is to perform four planed contrasts in order to discern if group differences exist for the selected contrasts of interests.
a numeric vector between 1 and 4;group number
systolic blood pressure of a patient within one of the four groups
C5T4
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_5_table_4) # Or, alternatively load the data as data(C5T4) # View the structure str(chapter_5_table_4)