ex1922 {Sleuth3} | R Documentation |
Diet Wars III
Description
For the study of different diets for losing weight
(ex0623
, ex1420
and
ex1921
), it is desired to see whether women were more or
less likely to
drop out of the study than men (after accounting for the apparent differential
drop out rates associated with diet). This data set includes the numbers that
dropped out and completed the study for each combination of Sex and Diet.
Usage
ex1922
Format
A data frame with 6 observations on the following 4 variables.
- Diet
a factor with levels
"LowCarb"
,"LowFat"
, and"Medit"
- Gender
a factor with levels
"Men"
and"Women"
- DroppedOut
the number of subjects who dropped out of the study
- Completed
the number of subjects who completed the study
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
Examples
str(ex1922)