powered by
Calculate missing value percentage.
mv.perc(x)
missing value percentage.
an vector, matrix or data frame.
Other missing value processing: mv.filter(), mv.filter.qc()
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)
Run the code above in your browser using DataLab