Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

pse (version 0.4.7)

cv: Coefficient of Variation

Description

Returns the coefficient of variation of a sample.

Usage

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)