Learn R Programming

iNZightMR (version 2.3.0)

calcmissing: Calculate missing observation summary

Description

Calculates the summary of missingness in a data set.

Usage

calcmissing(obj, ...)

# S3 method for data.frame calcmissing(obj, MRO.case = FALSE, ...)

# S3 method for mro calcmissing(obj, ...)

Value

Missing value object

Arguments

obj

An object

...

additional arguments

MRO.case

does something with rownames

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

Junjie Zeng

See Also

plotcombn

Examples

Run this code
calcmissing(census.at.school.5000[, 1:20])

Run the code above in your browser using DataLab