View source: R/n-prop-miss-complete.R
prop_miss | R Documentation |
This is shorthand for mean(is.na(x))
prop_miss(x)
x |
vector or data.frame |
numeric the proportion of missing values in x
prop_miss(airquality)
prop_miss(airquality$Ozone)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.