chapter_14_table_10: The data used in Chapter 14, Table 10

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

Description

The data used in Chapter 14, Table 10

Usage

1

Format

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

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.

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(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_10)

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

# View the structure
str(chapter_14_table_10)

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