chapter_14_table_8: The data used in Chapter 14, Table 8

Description Usage Format Details Variables Synonym Author(s) Source References Examples

Description

The data used in Chapter 14, Table 8

Usage

1

Format

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

Details

For the hypothetical data contained in Table 14.8, a perceptual psychologist is interested in age differences ("young" and "old") in reaction time on a perceptual task. In addition, the psychologist is also interested in the effect of angle (zero degrees off center and eight degrees off center). The question of interest is to see if there are is a main effect of age, a main effect of angle, and an interaction between the two. Table 14.8 presents the same data that we analyzed in chapter 12 for 10 young participants and 10 old participants, except that for the moment we are only analyzing data from the 0 degree and 8 degree conditions of the angle factor.

In any two factor design, the effects to be tested are typically the two main effects and the two-way interaction. In our example, then, we test the main effect of age (designated A), the main effect of angle (designated B), and the interaction of age and angle.

Variables

angle0

participant reaction time at angle 0

angle8

participant reaction time at angle 8

group

participant age (young or old)

Synonym

C14T8

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

1
2
3
4
5
6
7
8
# Load the data
data(chapter_14_table_8)

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

# View the structure
str(chapter_14_table_8)

AMCP documentation built on July 25, 2020, 1:07 a.m.