R Dataset / Package DAAG / elastic2
Attachment | Size |
---|---|
dataset-58337.csv | 83 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the elastic2 data set which pertains to Elastic Band Data Replicated Again. The elastic2 data set is found in the DAAG R package. You can load the elastic2 data set in R by issuing the following command at the console data("elastic2"). This will load the data into a variable called elastic2. If R says the elastic2 data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data. 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 elastic2 R data set. The size of this file is about 83 bytes. Elastic Band Data Replicated AgainDescriptionThe Usageelastic2 FormatThis data frame contains the following columns:
SourceJ. H. Maindonald Examplesplot(elastic2) pause()print("Chapter 5 Exercise")yrange <- range(c(elastic1$distance, elastic2$distance)) xrange <- range(c(elastic1$stretch, elastic2$stretch)) plot(distance ~ stretch, data = elastic1, pch = 16, ylim = yrange, xlim = xrange) points(distance ~ stretch, data = elastic2, pch = 15, col = 2) legend(xrange[1], yrange[2], legend = c("Data set 1", "Data set 2"), pch = c(16, 15), col = c(1, 2))elastic1.lm <- lm(distance ~ stretch, data = elastic1) elastic2.lm <- lm(distance ~ stretch, data = elastic2) abline(elastic1.lm) abline(elastic2.lm, col = 2) summary(elastic1.lm) summary(elastic2.lm) pause()predict(elastic1.lm, se.fit=TRUE) predict(elastic2.lm, se.fit=TRUE) -- Dataset imported from https://www.r-project.org. |
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package datasets / sunspot.year | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / cps3 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / blot | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / pension | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / polyps | March 9, 2018 - 1:06 PM | Dataset |