cv2logsd | R Documentation |
cv2logsd
converts the CV from a log-normal variable to the log10-transformed standard deviation.
cv2logsd(x)
x |
A numeric value, vector or list. |
This function converts the CV to the log10-transformed standard deviation, by taking the square root of cv2logvar
.
Returns log-transformed sd
Felipe Figueiredo
cv2logsd(50) # [1] 0.2051523
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.