ex0623: Diet Wars

ex0623R Documentation

Diet Wars

Description

These data are simulated to match the summary and conclusions of a real study of overweight employees who were randomly assigned to three diet groups: a low-fat diet, a low-carb diet (similar to the Atkins diet), and a Mediterranean diet. The study ran for two years, with 272 employees completing the entire protocol. Is there evidence of differences in average weight loss among these diets? If so, which diets appear to be better than which others?

Usage

ex0623

Format

A data frame with 272 observations on the following 3 variables.

Subject

subject identification number

Group

a factor with levels "Low-Carbohydrate", "Low-Fat", and "Meditrranean"

WtLoss24

the amount of weight lost in 24 months on the diet, in kg

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

See Also

ex1420, ex1921, ex1922

Examples

str(ex0623)

Sleuth3 documentation built on Jan. 25, 2024, 3:01 p.m.