Learn R Programming

AMCP (version 1.0.2)

chapter_7_table_9: The data used in Chapter 7, Table 9

Description

The data used in Chapter 7, Table 9

Usage

data(chapter_7_table_9)

Arguments

Format

An object of class data.frame with 36 rows and 3 columns.

Variables

score

blood pressure

feedback

the likelihood of there being a biofeedback or drug main effect

drug

the level of the drug factor

Synonym

C7T9

Author

Ken Kelley kkelley@nd.edu

Details

The following data is a generalization of the blood pressure data given in Table 7.5 (which itself was a generalization of the data given in Table 7.1). After the interaction is found to be significant, a common recommendation is to examine simple main effects. Recall that a simple main effect is the main effect of one factor given a fixed level of another factor. In this case interest is in determining if there are any differences in drugs (a) given biofeedback and (b) given no biofeedback.

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_7_table_9)

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

# View the structure
str(chapter_7_table_9)

Run the code above in your browser using DataLab