ArithmeticMean.Rd
Finds the arithmetic mean of the values. Lightweight wrapper of mean with na.rm = TRUE to match other functions.
mean
na.rm = TRUE
ArithmeticMean(x, na.rm = TRUE)
values to aggregate
default na.rm = TRUE finds the aggregation ignoring NA, opposite usual na.rm default na.rm = FALSE, which returns NA if there are any NA.
na.rm = FALSE
summarised data