chapter_5_table_4 {AMCP}R Documentation

The data used in Chapter 5, Table 4

Description

The data used in Chapter 5, Table 4

Usage

data(chapter_5_table_4)

Format

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

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.

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(s)

Ken Kelley kkelley@nd.edu

Source

https://designingexperiments.com/data/

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

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

# Load the data
data(chapter_5_table_4)

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

# View the structure
str(chapter_5_table_4)


[Package AMCP version 1.0.1 Index]