1. Sleep Hour Data
## Rows: 30 Columns: 2
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## dbl (2): Student, Sleep_Hours
##
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
| 1 |
7.6 |
| 2 |
7.0 |
| 3 |
7.7 |
| 4 |
8.6 |
| 5 |
6.9 |
| 6 |
6.9 |
| 7 |
8.7 |
| 8 |
7.9 |
| 9 |
6.6 |
| 10 |
7.6 |
| 11 |
6.6 |
| 12 |
6.6 |
| 13 |
7.3 |
| 14 |
5.2 |
| 15 |
5.4 |
| 16 |
6.5 |
| 17 |
6.1 |
| 18 |
7.4 |
| 19 |
6.2 |
| 20 |
5.7 |
| 21 |
8.6 |
| 22 |
6.9 |
| 23 |
7.2 |
| 24 |
5.7 |
| 25 |
6.6 |
| 26 |
7.2 |
| 27 |
5.9 |
| 28 |
7.5 |
| 29 |
6.5 |
| 30 |
6.8 |
6. Standard Deviation
## [1] 0.8989393
7. Variance
## [1] 0.808092
Results
What I took away from this data is that seven hours of sleep was
what most students got per night and that both the mean and median are
pretty similar which makes sense considering there were no values that
would skew those numbers in either direction. Despite no drastic values
one way or another the range did go as low as 5.2 hours and as high as
8.7 hours showcasing differences in the hours per night of sleep per
student. Overall, the data suggests that sleep tendencies between all of
the students were pretty consistent with a few outliers on both
sides.