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 Feb. 3, 2025, 6:29 a.m.