cv2logvar: Convert the CV to the log10 var (log-normal variable).

View source: R/cv2logvar.R

cv2logvarR Documentation

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

Description

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

Usage

cv2logvar(x)

Arguments

x

A numeric value, vector or list.

Details

This function converts the CV to the log10-transformed variance by inverting the formula used in logvar2cv.

Value

Returns the log-transformed variance.

Author(s)

Felipe Figueiredo

Examples

cv2logvar(50)
# [1] 0.04208748


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