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 whose geometric standard error of the mean is to be calulated.

Value

The geometric standard error of the mean of x.

Examples

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

stevehoang/assayr documentation built on May 24, 2019, 7:20 a.m.