Learn R Programming

sasLM (version 0.6.0)

CV: Coefficient of Variation in percentage

Description

Coefficient of variation in percentage.

Usage

CV(x)

Arguments

x

a numeric vector

Value

Coefficient of variation in percentage.

Details

It removes NA.

Examples

Run this code
# NOT RUN {
CV(mtcars$mpg)
# }

Run the code above in your browser using DataLab