cv2logsd: Convert the CV to the log10 sd (log-normal variable).

View source: R/cv2logsd.R

cv2logsdR Documentation

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

Description

cv2logsd converts the CV from a log-normal variable to the log10-transformed standard deviation.

Usage

cv2logsd(x)

Arguments

x

A numeric value, vector or list.

Details

This function converts the CV to the log10-transformed standard deviation, by taking the square root of cv2logvar.

Value

Returns log-transformed sd

Author(s)

Felipe Figueiredo

Examples

cv2logsd(50)
# [1] 0.2051523


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