Iris Dataset Variation 1
iris_var1.RdThis dataset variation includes:
Additional rows by duplicating the first 5 rows.
A new column
Petal.Areacalculated fromPetal.LengthandPetal.Width.Introduction of NA values in
Sepal.Length.
Format
A data.frame with 155 rows and 6 variables:
- Sepal.Length
Numeric, Sepal length in cm, with some NA values.
- Sepal.Width
Numeric, Sepal width in cm.
- Petal.Length
Numeric, Petal length in cm.
- Petal.Width
Numeric, Petal width in cm.
- Species
Factor with levels: "setosa","versicolor","virginica".
- Petal.Area
Numeric, calculated as
Petal.Length * Petal.Width.