chapter_11_table_20 {AMCP}R Documentation

The data used in Chapter 11, Table 20

Description

The data used in Chapter 11, Table 20

Usage

data(chapter_11_table_20)

Format

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

Details

Table 11.20 shows hypothetical data obtained from three judges, each of whom has rated five targets (i.e., subjects). This data will be important in determining if our reliability measure should reflect consistency or agreement. Notice that the rank order of targets is identical for each of the three judges (in fact, not only are the ranks identical, but the scores are also perfectly linearly related to one another in this example). However, in an absolute sense, the ratings provided by Judge 2 are clearly very different from the ratings of the other two judges... Consistency is relatively low in these data, because the columns of scores do not closely resemble one another. However, agreement is high in these data because the relative position of any target in the distribution of scores is identical for each and every judge.

The analysis of the data contained in Table 11.20 is carried out in exactly the same manner as was the data contained in Table 11.19. Thus, a mixed effects ANOVA model is performed in order to obtain the mean squares which are then used in the formulas give towards the end of Chapter 11.

Variables

months30

age-normed general cognitive score for 30-month-old

months36

age-normed general cognitive score for 36-month-old

months42

age-normed general cognitive score for 42-month-old

months48

age-normed general cognitive score for 48-month-old

Synonym

C11T20

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

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

# View the structure
str(chapter_11_table_20)


[Package AMCP version 1.0.1 Index]