README.md

missdesc

The goal of missdesc is to get instant summary statistics on the missingness of a data set. It is noted that this function only works with data sets and not matrices. With the function summarymissing, it would generate a missingness summary of the entire data set, by rows, by columns and the list of incomplete columns.

Installation

You can install the released version of missdesc from GitHub with:

devtools::install_github("clintonwxy/missdesc")

Example

This is a basic example which shows you how to obtain the missingness summary

library(missdesc)
summarymissing(testdf, sum.col = TRUE, missgraph = FALSE)


clintonwxy/missdesc documentation built on Nov. 4, 2019, 8:54 a.m.