pcv: Calculate percentage coefficient of variation

View source: R/statistics.R

pcvR Documentation

Calculate percentage coefficient of variation

Description

Calculate percentage coefficient of variation

Usage

pcv(x, na.rm = FALSE)

Arguments

x

Numeric vector.

na.rm

A logical value indicating whether NA values should be stripped before the computation proceeds.

Value

The percentage coefficient of variation.

Author(s)

Justin Wilkins, justin.wilkins@occams.com

Examples

pcv(rnorm(50, 5, 7.56))


kestrel99/occamsPmx documentation built on Feb. 25, 2023, 8:39 a.m.