chapter_12_table_9: The data used in Chapter 12, Table 9

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

Description

The data used in Chapter 12, Table 9

Usage

1

Format

An object of class data.frame with 10 rows and 2 columns.

Details

A different covariance matrix is relevant for the B main effect because the B effect averages over levels of A, whereas the A effect averages over levels of B. Table 12.9 presents each subject's mean score for noise absent and noise present, where the mean is the average of the three angle scores at that particular level of noise.

Variables

noiseabs

mean reaction time for subject without noise, averaging over angle

noiseprs

mean reaction time for subject with noise, averaging over angle

Synonym

C12T9

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

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

# View the structure
str(chapter_12_table_9)

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