species | island | sex | flipper_length_mm | body_mass_g | year | bill_length_mm | bill_depth_mm |
---|---|---|---|---|---|---|---|
factor | factor | factor | integer | integer | integer | numeric | numeric |
Variable type: numeric
skim_variable | species | n_missing | complete_rate | mean | sd | p0 | p25 | p50 | p75 | p100 | hist |
---|---|---|---|---|---|---|---|---|---|---|---|
bill_length_mm | Adelie | 1 | 0.99 | 38.79 | 2.66 | 32.1 | 36.75 | 38.80 | 40.75 | 46.0 | ▁▆▇▆▁ |
bill_length_mm | Chinstrap | 0 | 1.00 | 48.83 | 3.34 | 40.9 | 46.35 | 49.55 | 51.08 | 58.0 | ▂▇▇▅▁ |
bill_length_mm | Gentoo | 1 | 0.99 | 47.50 | 3.08 | 40.9 | 45.30 | 47.30 | 49.55 | 59.6 | ▃▇▆▁▁ |
Species | Mean | Median | sd | Skewness | Skewness Classification |
---|---|---|---|---|---|
Adelie | 38.824 | 38.85 | 2.663 | 0.156 | fairly symmetrical |
Chinstrap | 48.834 | 49.55 | 3.339 | -0.089 | fairly symmetrical |
Gentoo | 47.568 | 47.40 | 3.106 | 0.604 | moderately skewed |
The mean is more sensitive to outliers than the median. Upon examining the results, we observe a relatively small difference between the mean and median values for each species. This suggests either a limited presence of outliers or their absence altogether.
A hypothesis test to check whether the mean bill length of Gentoo is significantly longer than the mean bill length of Adelie.
H0: The average of bill length of Gentoo specie is the same of the average of Adelie specie. \[H_0: \mu_{average \ gentoo \ bill \ length} - \mu_{average \ adelie \ bill \ length} = 0\] H1: The average of bill length of Gentoo specie is longer than the average of Adeleie specie. \[H_1: \mu_{average \ gentoo \ bill \ length} -\mu_{average \ adelie \ bill \ length} > 0\]
Observed Statistic | p-value | min | max |
---|---|---|---|
8.713 | 0 | -2.618 | 2.457 |
Expand each option below to get more details about the theory concepts that support the analysis.
Magnitude of Skewness | Classification |
---|---|
< 0.5 | fairly symmetrical |
0.5 - 1 | moderately skewed |
> 1 | highly skewed |
Magnitude r(x, y) |
Correlation Strength |
---|---|
0 | none |
0.01 - 0.19 | very weak |
0.20 - 0.39 | weak |
> 0.40 - 0.59 | moderate |
0.60 - 0.79 | strong |
0.80 - 0.99 | very strong |
1 | perfect |