cv: Coefficient of variation

View source: R/cv.R

cvR Documentation

Coefficient of variation

Description

Coefficient of variation

Usage

cv(x)

Arguments

x

numeric vector.

Value

sd(x) / mean(x)


jgabry/RHhelpers documentation built on Feb. 22, 2024, 12:56 p.m.