R Dataset / Package datasets / warpbreaks
Attachment | Size |
---|---|
dataset-19372.csv | 620 bytes |
Documentation | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the warpbreaks data set which pertains to The Number of Breaks in Yarn during Weaving. The warpbreaks data set is found in the datasets R package. Try to load the warpbreaks data set in R by issuing the following command at the console data("warpbreaks"). This may load the data into a variable called warpbreaks. If R says the warpbreaks data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with library("datasets") followed by data("warpbreaks"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing warpbreaks at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the warpbreaks R data set. The size of this file is about 620 bytes. The Number of Breaks in Yarn during WeavingDescriptionThis 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) -- Dataset imported from https://www.r-project.org. |
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
|
R Output | Date |
---|---|
Picostat Output - Correlation Coefficients | Nov 1, 2020 |
Picostat Output - Cumulative Frequency Histogram | Oct 31, 2020 |
Picostat Output - Boxplot | Oct 31, 2020 |
Picostat Output - Boxplot | Oct 31, 2020 |
Picostat Output - Boxplot | Dec 4, 2018 |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Ecdat / RetSchool | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / HalleyLifeTable | March 9, 2018 - 1:06 PM | Dataset |
wage1 | August 29, 2020 - 9:33 AM | Dataset |
R Dataset / Package boot / cd4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / blot | March 9, 2018 - 1:06 PM | Dataset |