Learn R Programming

AMCP (version 1.0.1)

chapter_5_table_4: The data used in Chapter 5, Table 4

Description

The data used in Chapter 5, Table 4

Usage

data(chapter_5_table_4)

Arguments

Format

An object of class data.frame with 24 rows and 2 columns.

Variables

group

a numeric vector between 1 and 4;group number

sbp

systolic blood pressure of a patient within one of the four groups

Synonym

C5T4

Author

Ken Kelley kkelley@nd.edu

Details

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.

References

Maxwell, S. E., Delaney, H. D., \& Kelley, K. (2018). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). New York, NY: Routledge.

Examples

Run this code
# Load the data
data(chapter_5_table_4)

# Or, alternatively load the data as
data(C5T4)

# View the structure
str(chapter_5_table_4)

Run the code above in your browser using DataLab