cv: Coefficient of Variation

Description Usage Arguments

View source: R/plotcv.R

Description

Returns the coefficient of variation of a sample.

Usage

1
cv(x, ...)

Arguments

x

Any numeric vector (or other data type for which sd and mean methods are defined)

...

Additional parameters for the sd and mean functions (such as na.rm=TRUE)


pse documentation built on May 2, 2019, 12:56 a.m.