mean.missing {DTwrappers2} | R Documentation |
This function calculates the proportion of NA values in a vector.
## S3 method for class 'missing'
mean(x, ...)
x |
A vector. |
... |
Additional arguments. |
A numeric value representing the proportion of NA values in the vector x.