amean: Arithmetic mean

Description Usage Arguments Details Value

Description

Take a numeric vector and return the arithmetic mean.

Usage

1
amean(x)

Arguments

x

a numeric vector.

Details

The function amean works as the standard function stats::mean, but with option na.rm = TRUE by default.

Value

Return the arithmetic mean of a vector.


BenitoJaillard/combinAna documentation built on May 9, 2019, 2:17 a.m.