sig2cv: Convert Lognormal SD to CV

Description Usage Arguments Value See Also Examples

View source: R/sig2cv.R

Description

Used to convert the lognormal standard deviation of a random variable to the coefficient of variation using a simple transformation.

Usage

1
sig2cv(sig)

Arguments

cv

A numeric vector, possibly length > 1, containing the lognormal SD you wish to convert.

Value

A numeric vector with the same length as sig, the coefficient of variation.

See Also

cv2sig

Examples

1
sig2cv(sig = 0.2)

bstaton1/StatonMisc documentation built on May 18, 2020, 12:06 a.m.