geom_mean_se: Geometric standard error of the mean

Description Usage Arguments Value Examples

Description

Calculate the geometric standard error of the mean.

Usage

1
geom_mean_se(x, mult = 1)

Arguments

x

A numeric vector.

mult

A numeric value, the time to multiply se by.

Value

The geometric standard error of the mean of x.

Examples

1
2
x <- rpois(10, lambda = 10)
geom_mean_se(x)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.