Learn R Programming

estar (version 1.0-1)

cv: Calculate coefficient of variation of a vector

Description

Calculate coefficient of variation of a vector

Usage

cv(vct, na_rm)

Arguments

vct

a numerical vector, for which coefficient of variation should be calculated.

na_rm

a logical indicating whether NA values should be removed before processing.