Learn R Programming

AMCP (version 1.0.2)

chapter_7_table_23: The data used in Chapter 7, Table 23

Description

The data used in Chapter 7, Table 23

Usage

data(chapter_7_table_23)

Arguments

Format

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

Variables

therapy

the type of therapy

severity

the severity of the therapy

score

the score of the individual

Synonym

C7T23

Author

Ken Kelley kkelley@nd.edu

Details

Suppose that a clinical psychologist is interested in comparing the relative effectiveness of three forms of psychotherapy for alleviating depression. Fifteen individuals are randomly assigned to one of each of three treatment groups: cognitive-behavioral, Rogerian, and assertiveness training. The Depression Scale of the MMPI serves as the dependent variable. After the fact, these individuals where placed into one of three categories based on the severity of their depression. Thus, this data set represents a 3 by 3 nonorthogonal factorial design with post hoc blocking. Table 7.23 shows hypothetical MMPI scores for 45 participants, each of whom is placed in one cell of a 3x3 design. One factor (A, the row factor) is type of therapy. The other factor (B, the column factor) is degree of severity.

The data represents the relative effectiveness of three forms of psychotherapy for alleviating depression. Fifteen individuals were randomly assigned to one of three groups. After the fact, these individuals where placed into one of three categories based on the severity of their depression. Thus, this data set represents a 3 by 3 nonorthogonal factorial design with post hoc blocking.

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

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

# View the structure
str(chapter_7_table_23)

Run the code above in your browser using DataLab