var_coeff: Compute coefficient of variance.

View source: R/descriptives.R

var_coeffR Documentation

Compute coefficient of variance.

Description

var_coeff computes relative variability as standard deviation/mean *100

Usage

var_coeff(x)

Arguments

x

Data for computation.

Value

numeric vector with coefficient of variance.

Examples

var_coeff(x = mtcars$wt)

wrappedtools documentation built on Sept. 24, 2023, 5:06 p.m.