| 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, print = TRUE, final = TRUE, ...) ## S3 method for class 'mro' calcmissing(obj, ...)
obj |
An object |
... |
additional arguments |
MRO.case |
does something with rownames |
print |
logical, should we print the thing? |
final |
logical, is this final? |
Missing value object
data.frame: Method for a dataframe
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])