Learn R Programming

wrappedtools (version 0.9.7)

var_coeff: Compute coefficient of variance.

Description

var_coeff computes relative variability as standard deviation/mean *100

Usage

var_coeff(x)

Value

numeric vector with coefficient of variance.

Arguments

x

Data for computation.

Examples

Run this code
var_coeff(x = mtcars$wt)

Run the code above in your browser using DataLab