fabric | R Documentation |
The main objective of the analysis of this dataset is to assess if there is an association between the number of faults in fabric rolls and their length.
data(fabric)
A data frame with 32 rows and 2 variables:
a numeric vector indicating the length of the rolls.
a numeric vector indicating the number of faults.
Hinde J., Demetrio C.G.B. (1998) Over-dispersion: models and estimation. Computational Statistics & Data Analysis 27:151–170.
dev.new()
data(fabric)
with(fabric,plot(roll, faults, pch=16, xlab="Length of roll", ylab="Number of faults"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.