Learn R Programming

qcrlscR (version 0.1.3)

mv.perc: Missing value percentage

Description

Calculate missing value percentage.

Usage

mv.perc(x)

Value

missing value percentage.

Arguments

x

an vector, matrix or data frame.

See Also

Other missing value processing: mv.filter(), mv.filter.qc()

Examples

Run this code
names(man_qc)
data <- man_qc$data
meta <- man_qc$meta
## check missing value rates
tail(sort(mv.perc(data)), 20)

Run the code above in your browser using DataLab