gcv_convert: Convert geometric variance or standard deviation to a...

View source: R/statistics.R

gcv_convertR Documentation

Convert geometric variance or standard deviation to a geometric coefficient of variation

Description

The equation used is: 100*sqrt(exp(gvar)-1)

Usage

gcv_convert(gvar = gsd^2, gsd)

Arguments

gvar

The geometric variance (note that this is the variance not a vector of values to compute the gcv from)

gsd

The geometric standard deviation

Value

Geometric coefficient of variation

Author(s)

Bill Denney

References

http://onbiostatistics.blogspot.com/2008/07/geometric-statistics-geometric-cv-vs.html

Examples

gcv_convert(0.2)
gcv_convert(gsd=0.2)

kestrel99/occamsPmx documentation built on Feb. 25, 2023, 8:39 a.m.