sticky {SMPracticals}R Documentation

Stickiness of blood data

Description

Data on stickiness of blood for six subjects

Usage

data(sticky)

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

Source

Unpublished lecture notes, Imperial College London.

References

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

Examples

data(sticky)
anova(lm(y~subject,data=sticky))

[Package SMPracticals version 1.4-3.1 Index]