ds_hmean: Harmonic Mean

Description Usage Arguments See Also Examples

View source: R/ds-describe.R

Description

Computes the harmonic mean

Usage

1
ds_hmean(x, data = NULL, na.rm = FALSE, ...)

Arguments

x

a numeric vector.

data

a data.frame or tibble.

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

...

further arguments passed to or from other methods

See Also

ds_gmean mean

Examples

1
2

descriptr documentation built on Dec. 15, 2020, 5:37 p.m.