V2_cv | R Documentation |
This function is used internally to calculate the coefficient of variation.
V2_cv(x, na.rm = FALSE)
x |
The vector for which to calculate the coefficient of variation. |
na.rm |
This parameter controls whether NA values are removed from
the data prior to calculation. Default is |
The calculated coefficient of variation.
Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in, Ken Kelley kkelley@nd.edu
x <- c(1:5) V2_cv(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.