mv.perc | R Documentation |
Calculate missing value percentage.
mv.perc(x)
x |
an vector, matrix or data frame. |
missing value percentage.
Other missing value processing:
mv.filter()
,
mv.filter.qc()
names(man_qc)
data <- man_qc$data
meta <- man_qc$meta
## check missing value rates
tail(sort(mv.perc(data)), 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.