logsd2cv: Convert the log10 standard deviation to the CV (log-normal...

View source: R/logsd2cv.R

logsd2cvR Documentation

Convert the log10 standard deviation to the CV (log-normal variable).

Description

logsd2cv the log10-transformed sd from a log-normal variable to the CV.

Usage

logsd2cv(x)

Arguments

x

The log10-transformed sd of data. A numeric value, vector or list.

Details

This function converts the log10-transformed standard deviation of a log-normal variable to the CV.

Value

Returns the geometric CV (as percentage)

Author(s)

Felipe Figueiredo

Examples

d <- c(10,100,1000)
sd(log10(d)) # 1
logsd2cv(1) # 1413.21\%


philsf/philsfmisc documentation built on April 11, 2022, 9:04 p.m.