Learn R Programming

AMCP (version 1.0.1)

chapter_11_table_1: The data used in Chapter 11, Table 1

Description

The data used in Chapter 11, Table 1

Usage

data(chapter_11_table_1)

Arguments

Format

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

Variables

ycond1

data from the six subjects under treatment condition 1

ycond2

data from the six subjects under treatment condition 2

Synonym

C11T1

Author

Ken Kelley kkelley@nd.edu

Details

Table 11.1 displays the data from the observation of six subjects under two treatment conditions, yielding 12 scores in all on the dependent variable.

For the data set, six individuals were observed under two different conditions. The question of interest is: "does the mean of the scores in Condition 1 differ from the mean of the scores in Condition 2?"

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

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

# View the structure
str(chapter_11_table_1)

Run the code above in your browser using DataLab