Skip to contents

Calculate the percent coefficient of variation (CV)

Usage

as_cv_tobit(x)

# S3 method for class 'mean_tobit'
as_cv_tobit(x)

# S3 method for class 'geomean_tobit'
as_cv_tobit(x)

Arguments

x

The object to use for CV calculation

Value

The percent coefficient of variation as a numeric scalar

Methods (by class)

  • as_cv_tobit(mean_tobit): CV for the arithmetic mean: 100*sd/mu

  • as_cv_tobit(geomean_tobit): CV for the geometric mean: 100*sqrt(exp(sd^2)-1)

See also

Other Class creation and coercion: as_geomean_tobit(), as_mean_tobit(), as_sd_tobit()