Learn R Programming

R330 (version 1.0)

coag.df: Blood Coagulation Data

Description

Experiment designed to see the effect of four different diets on a subject's blood coagulation time

Usage

data(coag.df)

Arguments

Format

A data frame with 24 observations on each of the two variables
coag
Blood coagulation time
diet
Which diet they were on either A, B, C or D

Source

Box, G.E.P., Hunter, J.S. Hunter, W.G. Statistics for experimenters, pp 165-197.

References

Box, G.E.P., Hunter, J.S. Hunter, W.G. (1978). Statistics for experimenters, Wiley, New York.

Examples

Run this code
data(coag.df)
coag.lm <- lm(coag ~ diet,data = coag.df)
anova(coag.lm)

Run the code above in your browser using DataLab