Learn R Programming

Sleuth3 (version 1.0-3)

ex1921: Diet Wars II

Description

In the study of different diets for losing weight (ex0623, ex1420 and ex1922), there appear to have been many more experimental subjects that dropped out from the low carbohydrate diet group than from the other two diet groups. This data set contains the numbers who did and didn't drop out in each diet group. Is there any evidence that the drop out rate differs in the three groups?

Usage

ex1921

Arguments

Format

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

Diet

a factor with levels "LowCarb", "LowFat", and "Medit"

DroppedOut

the number of subjects who dropped out of the study

Completed

the number of subjects who completed the study

See Also

ex0623, ex1420, ex1922

Examples

Run this code
# NOT RUN {
str(ex1921)
# }

Run the code above in your browser using DataLab