mean_na {hutils} | R Documentation |
Proportion of values that are NA.
Description
Proportion of values that are NA.
Usage
mean_na(v)
Arguments
v |
A vector. |
Value
A double, mean(is.na(v))
.
[Package hutils version 1.8.1 Index]
mean_na {hutils} | R Documentation |
Proportion of values that are NA.
mean_na(v)
v |
A vector. |
A double, mean(is.na(v))
.