cvp: Calculate the cv (or std dev, if mean=0) of a vector.

View source: R/cvp.R

cvpR Documentation

Calculate the cv (or std dev, if mean=0) of a vector.

Description

Function to calculate the cv (or std dev, if mean=0) of a vector.

Usage

cvp(x)

Arguments

x
  • vector

Details

Uses package stats.

Value

cv (or std dev, if mean=0).


wStockhausen/wtsUtilities documentation built on March 16, 2024, 10:38 a.m.