harmean: Harmonic Mean

View source: R/tanimotoCoef.R

harmeanR Documentation

Harmonic Mean

Description

Calculate harmonic mean. Harmonic means are often used to calculate means of p-values.

Usage

harmean(v, ...)

Arguments

v

numeric vector

...

further arguments to be passed to or from methods

Examples

v <- seq(0.01, .99, .01)
harmean(v)

LittleHeronCodes/Lazy2 documentation built on April 20, 2024, 11:24 p.m.