chapter_10_table_9 {AMCP}R Documentation

The data used in Chapter 10, Table 9

Description

The data used in Chapter 10, Table 9

Usage

data(chapter_10_table_9)

Format

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

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.

Variables

a

type of study program

b

the particular school

act

the individual's ACT score

Synonym

C10T9

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

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

# View the structure
str(chapter_10_table_9)


[Package AMCP version 1.0.1 Index]