© Matt Wiley and Joshua F. Wiley 2019
Matt Wiley and Joshua F. WileyAdvanced R Statistical Programming and Data Modelshttps://doi.org/10.1007/978-1-4842-2872-2_9

9. Missing Data

Matt Wiley1  and Joshua F. Wiley1
(1)
Columbia City, IN, USA
 
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", ...

Get Advanced R Statistical Programming and Data Models: Analysis, Machine Learning, and Visualization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.