Learn R Programming

dprep (version 2.1)

my.iris: The Iris dataset

Description

This is perhaps the best known database to be found in the pattern recognition literature. Fisher's paper is a classic in the field and is referenced frequently to this day. (See Duda & Hart, for example.) The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. The Setosa class is linearly separable from the other two classes. The last two classes are NOT linearly separable from each other.

Usage

data(my.iris)

Arguments

source

The UCI Machine Learning Database Repository at:
  • ftp://ftp.ics.uci.edu/pub/machine-learning-databases
  • http://www.ics.uci.edu/~mlearn/MLRepository.html

References

Fisher, R. A. (1936) The use of multiple measurements in taxonomic problems. Annals of Eugenics, Vol 7, Part II, 179--188.

Examples

Run this code
#----Testing multivariate normality----
data(my.iris)
mardia(my.iris)

Run the code above in your browser using DataLab