| calcmissing {iNZightMR} | R Documentation | 
Calculate missing observation summary
Description
Calculates the summary of missingness in a data set.
Usage
calcmissing(obj, ...)
## S3 method for class 'data.frame'
calcmissing(obj, MRO.case = FALSE, ...)
## S3 method for class 'mro'
calcmissing(obj, ...)
Arguments
| obj | An object | 
| ... | additional arguments | 
| MRO.case | does something with rownames | 
Value
Missing value object
Methods (by class)
-  calcmissing(data.frame): Method for a dataframe
-  calcmissing(mro): accepts a whole mr.object , which is first mro.mat, second element labels, third element the input data frame.
Author(s)
Junjie Zeng
See Also
plotcombn
Examples
calcmissing(census.at.school.5000[, 1:20])
[Package iNZightMR version 2.3.0 Index]