cv2logvar | R Documentation |
cv2logsd
converts the CV from a log-normal variable to the log10-transformed variance.
cv2logvar(x)
x |
A numeric value, vector or list. |
This function converts the CV to the log10-transformed variance by inverting the formula used in logvar2cv
.
Returns the log-transformed variance.
Felipe Figueiredo
cv2logvar(50) # [1] 0.04208748
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.