chapter_6_table_1: The data used in Chapter 6, Table 1

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

Description

The data used in Chapter 6, Table 1

Usage

1

Format

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

Details

Recall scores for 24 children who have been randomly assigned to one of four experimental conditions where there are 6 children in each condition. The experimental conditions of interest are 1, 2, 3, and 4 minutes where the number of minutes is the amount of time the child is allotted to study a list of words before attempting to recall the words. The dependent variable (i.e., the recall scores) are the number of words the child is able to recall after a brief interference task. The first hypothesis of interest is whether the number of words recalled is linearly related to the number of minutes spent studying.

Variables

recall

the number of words recalled by the child after the study time expires

minutes

the amount of time, in minutes, the child was permitted to study

Synonym

C6T1

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

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

# View the structure
str(chapter_6_table_1)

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