| calcmissing {iNZightMR} | R Documentation |
Calculates the summary of missingness in a data set.
calcmissing(obj, ...) ## S3 method for class 'data.frame' calcmissing(obj, MRO.case = FALSE, ...) ## S3 method for class 'mro' calcmissing(obj, ...)
obj |
An object |
... |
additional arguments |
MRO.case |
does something with rownames |
Missing value object
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.
Junjie Zeng
plotcombn
calcmissing(census.at.school.5000[, 1:20])