CV: Calculate Coefficient of Variation (CV)

Description Usage Arguments Value

Description

Calculates the CV of a numeric vector as the standard deviation over the mean. All NA values are removed from the input vector.

Usage

1
CV(x)

Arguments

x

A numeric vector.

Value

The CV of the non-na values in the x.

@export


markdane/MEMA documentation built on May 21, 2019, 11:48 a.m.