cv: Coefficient of variation

View source: R/select_cv.R

cvR Documentation

Coefficient of variation

Description

Coefficient of variation

Usage

cv(x, na.rm = TRUE)

Arguments

x

A numeric vector.

na.rm

Logical indicating whether NA values should be stripped before the computation proceeds. Default to TRUE.

Value

The coefficient of variation of x.

Author(s)

Antoine Bichat

Examples

scimo:::cv(1:10)

scimo documentation built on June 24, 2024, 5:17 p.m.