Learn R Programming

mlr3data (version 0.3.0)

penguins: Palmer Penguins

Description

Classification data to predict the species of penguins from the palmerpenguins package (CRAN version 0.1.0). Promoted as an alternative to the iris data set.

Arguments

Pre-processing

  • The unit have been removed from the column names. Lengths are given in millimeters (mm), weight in gram (g).

References

Gorman KB, Williams TD, Fraser WR (2014). “Ecological Sexual Dimorphism and Environmental Variability within a Community of Antarctic Penguins (Genus Pygoscelis).” PLoS ONE, 9(3), e90081. 10.1371/journal.pone.0090081.

https://github.com/allisonhorst/palmerpenguins

Examples

Run this code
# NOT RUN {
data("penguins", package = "mlr3data")
str(penguins)
# }

Run the code above in your browser using DataLab