Learn R Programming

AMCP (version 1.0.1)

chapter_10_table_9: The data used in Chapter 10, Table 9

Description

The data used in Chapter 10, Table 9

Usage

data(chapter_10_table_9)

Arguments

Format

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

Variables

a

type of study program

b

the particular school

act

the individual's ACT score

Synonym

C10T9

Author

Ken Kelley kkelley@nd.edu

Details

The data in Table 10.9 is based upon the information from the student therapist example of the random-effects section. Assume that the director of the clinic decides to test for a difference across genders in the general severity ratings that graduate students assign to clients. If three male and three female clinical students are randomly selected to participate, and each is randomly assigned four clients with whom to do an intake interview, then we might obtain data like that shown in Table 10.9. Three of the trainees are males while the other three trainees are females. The trainees are nested within their particular gender.

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

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

# View the structure
str(chapter_10_table_9)

Run the code above in your browser using DataLab