Learn R Programming

pmxTools (version 1.3)

pcv: Calculate percentage coefficient of variation

Description

Calculate percentage coefficient of variation

Usage

pcv(x, na.rm = FALSE)

Value

The percentage coefficient of variation.

Arguments

x

Numeric vector.

na.rm

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

Author

Justin Wilkins, justin.wilkins@occams.com

Examples

Run this code
pcv(rnorm(50, 5, 7.56))

Run the code above in your browser using DataLab