chapter_9_table_1: The data used in Chapter 9, Table 1

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

Description

The data used in Chapter 9, Table 1

Usage

1

Format

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

Details

The data in Table 9.1 are the numerical values for the data that is presented in Figure 9.1, which presents a comparison of errors in ANOVA and ANCOVA restricted models.

The data represents a pre-post design, where a training program designed to assist people in losing weight is evaluated. An initial measure of weight is collected to use as a baseline measure (specifically as a covariate in the present analysis) and then participants are randomly assigned to one of two groups. At the end of the training program another measure of weight is obtained. The question of interest is: "did the participants who received the treatment lose more weight than those that were assigned to the wait-list control group?"

Variables

group

the group (treatment group vs wait-list control group)

x

the weight lost by the control group

y

the weight lost by the treatment group

Synonym

C9T1

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

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

# View the structure
str(chapter_9_table_1)

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