COV | R Documentation |
A simple utility function to compute the coefficient of variance for values in a vector
COV(x, na.rm = TRUE)
x |
The vector to process. |
na.rm |
boolean; Should NAs be removed for the computations. Otherwise, an NA will be returned for a vector containing one or more NAs. |
The standard deviation / mean of a vector
Fredrik Karlsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.