Chapter 4 Missing values

4.1 Check Missing Values

Based on the missing data plot, the dark represents missing value. As the plot shows, there is no dark area so that we don’t have to take any actions to deal with this problem.

## 
## FALSE 
## 33930

We use is.na() to double-check the missing values in the dataset. As the table shows, there is no missing values in this dataset.