warpbreaks
Attachment | Size |
---|---|
dataset-91263.csv | 620 bytes |
Documentation | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
The Number of Breaks in Yarn during WeavingThis data set gives the number of warp breaks per loom, where a loom corresponds to a fixed length of yarn. Usagewarpbreaks FormatA data frame with 54 observations on 3 variables.
There are measurements on 9 looms for each of the six types of warp
( SourceTippett, L. H. C. (1950) Technological Applications of Statistics. Wiley. Page 106. ReferencesTukey, J. W. (1977) Exploratory Data Analysis. Addison-Wesley. McNeil, D. R. (1977) Interactive Data Analysis. Wiley. See Also
Examplesrequire(stats); require(graphics) summary(warpbreaks) opar <- par(mfrow = c(1, 2), oma = c(0, 0, 1.1, 0)) plot(breaks ~ tension, data = warpbreaks, col = "lightgray", varwidth = TRUE, subset = wool == "A", main = "Wool A") plot(breaks ~ tension, data = warpbreaks, col = "lightgray", varwidth = TRUE, subset = wool == "B", main = "Wool B") mtext("warpbreaks data", side = 3, outer = TRUE) par(opar) summary(fm1 <- lm(breaks ~ wool*tension, data = warpbreaks)) anova(fm1) |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package COUNT / azprocedure | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - fheights | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package datasets / LakeHuron | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / crime1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / faithful | March 9, 2018 - 1:06 PM | Dataset |