chapter_11_table_1 {AMCP}R Documentation

The data used in Chapter 11, Table 1

Description

The data used in Chapter 11, Table 1

Usage

data(chapter_11_table_1)

Format

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

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?"

Variables

ycond1

data from the six subjects under treatment condition 1

ycond2

data from the six subjects under treatment condition 2

Synonym

C11T1

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

# Load the data
data(chapter_11_table_1)

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

# View the structure
str(chapter_11_table_1)


[Package AMCP version 1.0.1 Index]