V2_cv: V2_cv

View source: R/V2_cv.R

V2_cvR Documentation

V2_cv

Description

This function is used internally to calculate the coefficient of variation.

Usage

V2_cv(x, na.rm = FALSE)

Arguments

x

The vector for which to calculate the coefficient of variation.

na.rm

This parameter controls whether NA values are removed from the data prior to calculation. Default is FALSE.

Value

The calculated coefficient of variation.

Author(s)

Bhargab Chattopadhyay Bhargab@iiitvadodara.ac.in, Ken Kelley kkelley@nd.edu

Examples

x <- c(1:5)
V2_cv(x)


yelleKneK/SMSD documentation built on Nov. 23, 2022, 6:40 p.m.