1.

________ is used to create a plot to illustrate patterns of missing values.(a) ggmissplot(b) ggmissing(c) ggfluctuation(d) ggpcpThe question was posed to me in an interview.I'm obligated to ask this question of ggplot2 topic in chapter Profiling, Simulation and Data Analysis of R Programming

Answer»

Correct answer is (B) ggmissing

The best explanation: The missing values PLOT is a useful tool to GET a rapid OVERVIEW of the number and pattern of missing values in a dataset.



Discussion

No Comment Found

Related InterviewSolutions