Exercise1

## 
## Attaching package: 'lubridate'
## The following object is masked from 'package:base':
## 
##     date
## Time difference of 251 days

Exercise3

## ─ Attaching packages ────── tidyverse 1.3.0 ─
## ✓ tibble  2.1.3     ✓ dplyr   0.8.5
## ✓ tidyr   1.0.2     ✓ stringr 1.4.0
## ✓ readr   1.3.1     ✓ forcats 0.5.0
## ✓ purrr   0.3.3
## ─ Conflicts ─────── tidyverse_conflicts() ─
## x lubridate::as.difftime() masks base::as.difftime()
## x lubridate::date()        masks base::date()
## x dplyr::filter()          masks stats::filter()
## x lubridate::intersect()   masks base::intersect()
## x dplyr::lag()             masks stats::lag()
## x lubridate::setdiff()     masks base::setdiff()
## x lubridate::union()       masks base::union()

Erxercise4

## 'data.frame':    29 obs. of  2 variables:
##  $ Birth   : num  23 22.1 20.6 19.6 18 15.9 16 17.2 15.7 16.6 ...
##  $ Entrance: int  NA NA NA NA NA NA NA NA NA NA ...
##      Birth          Entrance    
##  Min.   : 8.30   Min.   :44.00  
##  1st Qu.:11.00   1st Qu.:59.50  
##  Median :15.30   Median :70.50  
##  Mean   :14.41   Mean   :72.25  
##  3rd Qu.:16.00   3rd Qu.:89.50  
##  Max.   :23.00   Max.   :97.00  
##                  NA's   :13
## Warning: Removed 22 rows containing missing values (geom_point).