mean_catchNAs {eHDPrep} | R Documentation |
This low-level function is deployed as part of the semantic enrichment
process. Averages values in numeric vector (ignoring NAs). If all values in
numeric vector are NA
, returns NA
(rather than NaN),
mean_catchNAs(x)
x |
numeric vector |
mean of x