mv.perc {qcrlscR} | R Documentation |
Missing value percentage
Description
Calculate missing value percentage.
Usage
mv.perc(x)
Arguments
x |
an vector, matrix or data frame. |
Value
missing value percentage.
See Also
Other missing value processing:
mv.filter()
,
mv.filter.qc()
Examples
names(man_qc)
data <- man_qc$data
meta <- man_qc$meta
## check missing value rates
tail(sort(mv.perc(data)), 20)
[Package qcrlscR version 0.1.3 Index]