1
2
3
4
5
#

Name:

Description:

This data set gives the number of warp breaks per loom, where a loom corresponds to a fixed length of yarn.

Variables:

A data frame with 54 observations on 4 variables.

[,1]

breaks

numeric

The number of breaks

[,2]

wool

factor

The type of wool (A or B)

[,3]

tension

factor

The level of tension (L, M, H)

There are measurements on 9 looms for each of the six types of warp (AL, AM, AH, BL, BM, BH).

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Tippett, L. H. C. (1950) Technological Applications of Statistics. Wiley. Page 106.

References

Tukey, J. W. (1977) Exploratory Data Analysis. Addison-Wesley.

McNeil, D. R. (1977) Interactive Data Analysis. Wiley.

See Also

xtabs for ways to display these data as a table.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/The_Number_of_Breaks_in_Yarn_during_Weaving_456_31.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.