View source: R/CVfunctionRange.R
| CV | R Documentation | 
This function calculates the coefficient of variation (CV) of the values supplied.
CV(Vec, roundDigits = 2)
| Vec | The vector of values for which to calculate the CV. | 
| roundDigits | Number of digits to round the result to (default=2). | 
Returns the value of the CV.
CV = CV(sampleA$LDL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.