Missing data is common in nearly all real-world analysis. This chapter introduces the concept of missing data formally including common ways of describing missingness. Then we discuss some of the potential ways missing data can be addressed in analysis. The main package we will use in this chapter is the
mice package, one package that offers robust features for handling missing data and minimizing the impact of missing data on analysis results [95].
library(checkpoint)
checkpoint("2018-09-28", R.version = "3.5.1", ...