R Dataset / Package datasets / iris
Attachment | Size |
---|---|
dataset-27524.csv | 3.93 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the iris data set which pertains to Edgar Anderson's Iris Data. The iris data set is found in the datasets R package. You can load the iris data set in R by issuing the following command at the console data("iris"). This will load the data into a variable called iris. If R says the iris 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. 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 iris R data set. The size of this file is about 4,026 bytes. Edgar Anderson's Iris DataDescriptionThis famous (Fisher's or Anderson's) iris data set gives the measurements in centimeters of the variables sepal length and width and petal length and width, respectively, for 50 flowers from each of 3 species of iris. The species are Iris setosa, versicolor, and virginica. Usageiris iris3 Format
SourceFisher, R. A. (1936) The use of multiple measurements in taxonomic problems. Annals of Eugenics, 7, Part II, 179–188. The data were collected by Anderson, Edgar (1935). The irises of the Gaspe Peninsula, Bulletin of the American Iris Society, 59, 2–5. ReferencesBecker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
The New S Language.
Wadsworth & Brooks/Cole. (has See Also
Examplesdni3 <- dimnames(iris3) ii <- data.frame(matrix(aperm(iris3, c(1,3,2)), ncol = 4, dimnames = list(NULL, sub(" L.",".Length", sub(" W.",".Width", dni3[[2]])))), Species = gl(3, 50, labels = sub("S", "s", sub("V", "v", dni3[[3]])))) all.equal(ii, iris) # 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 Zelig / Zelig.url | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package vcd / RepVict | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / foster | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / PigFeed | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package quantreg / uis | March 9, 2018 - 1:06 PM | Dataset |