There are three main penguin species in Antarctica (Chinstrap, Gentoo, Adelie). You can see them in the following figure:
Artwork by Allison Horst
Artwork by Allison
In this paper we want to answer the following questions
The data was collected on islands in Antarctica and published by Gorman et al. (2014). You can find the original paper with the title “Ecological sexual dimorphism and environmental variability within a community of Antarctic penguins (genus Pygoscelis)” in PLoS ONE1
The data is published via the palmerpenguins
R package
which you can find on this
website.
The data contains (among others) the following measurements:
We did some plots, calculated some summary statistics and a linear model of the form \(y = ax + b\)
Will be added later