cv {scimo}R 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)

[Package scimo version 0.0.2 Index]