Learn R Programming

AMCP (version 1.0.1)

chapter_6_table_1: The data used in Chapter 6, Table 1

Description

The data used in Chapter 6, Table 1

Usage

data(chapter_6_table_1)

Arguments

Format

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

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

Ken Kelley kkelley@nd.edu

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.

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

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

# View the structure
str(chapter_6_table_1)

Run the code above in your browser using DataLab