1
2
3
4
5
#

Name:

Description:

Contrived data on weight loss and self esteem over three months, for three groups of individuals: Control, Diet and Diet + Exercise. The data constitute a double-multivariate design.

Variables:

A data frame with 34 observations on the following 8 variables.

group

a factor with levels Control Diet DietEx.

wl1

Weight loss at 1 month

wl2

Weight loss at 2 months

wl3

Weight loss at 3 months

se1

Self esteem at 1 month

se2

Self esteem at 2 months

se3

Self esteem at 3 months

 

Details

Helmert contrasts are assigned to group, comparing Control vs. (Diet DietEx) and Diet vs. DietEx.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Originally taken from http://www.csun.edu/~ata20315/psy524/main.htm, but modified slightly. Courtesy of Michael Friendly.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Weight_Loss_Data_160_73.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.