iris3
Attachment | Size |
---|---|
dataset-17099.csv | 2.44 KB |
Documentation |
---|
Edgar Anderson's Iris DataThis 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 |
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package HSAUR / heptathlon | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - stats_scores | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package Ecdat / Cigarette | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / milk | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / trees | March 9, 2018 - 1:06 PM | Dataset |