Learn R Programming

AMCP (version 1.0.1)

chapter_14_table_10: The data used in Chapter 14, Table 10

Description

The data used in Chapter 14, Table 10

Usage

data(chapter_14_table_10)

Arguments

Format

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

Variables

angle0

participant reaction time at angle 0

angle4

participant reaction time at angle 4

angle8

participant reaction time at angle 8

group

participant group number

Synonym

C14T10

Author

Ken Kelley kkelley@nd.edu

Details

These data are identical to those analyzed in chapter 12 (see Tables 12.7 and 12.15) to facilitate comparisons of the multivariate approach and the mixed-model approach.The hypothetical data contained in Table 14.10 contains an additional level of angle (four degrees) that was not considered in Table 14.8.

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

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

# View the structure
str(chapter_14_table_10)

Run the code above in your browser using DataLab