powered by
This function calculates the coefficient of variation of a numbers vector.
cv_(x)
Numeric, the coefficient of variation of the numbers vector.
Should be a numbers vector
Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es Juan Jose Cuadrado, jjcg@uah.es Universidad de Alcala de Henares
To calculate the coefficient of variation, the user should give a numbers vector. The result is defined as the ratio of the standard deviation to the mean. The coefficient of variation formule is the following:
#data creation data = c(1,4,3,3,2,5,7,12,1,2,3,12) cv_(data)
Run the code above in your browser using DataLab