Learn R Programming

SMPracticals (version 1.4-3.1)

sticky: Stickiness of blood data

Description

Data on stickiness of blood for six subjects

Usage

data(sticky)

Arguments

Format

A data frame with 42 observations on the following 2 variables.

subject

factor with levels 1--6

y

measurement of a property related to stickiness of blood

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 450.

Examples

Run this code
data(sticky)
anova(lm(y~subject,data=sticky))

Run the code above in your browser using DataLab