cv2sig: Convert CV to Lognormal SD

Description Usage Arguments Value See Also Examples

View source: R/cv2sig.R

Description

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

Usage

1
cv2sig(cv)

Arguments

cv

a numeric vector, possibly length > 1, containing the CV to convert.

Value

a numeric vector with the same length as cv, the lognormal standard deviation.

See Also

sig2cv

Examples

1
cv2sig(cv = 0.2)

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